]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.mike/p5793.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p5793.C
diff --git a/gcc/testsuite/g++.old-deja/g++.mike/p5793.C b/gcc/testsuite/g++.old-deja/g++.mike/p5793.C
deleted file mode 100644 (file)
index 53469cd..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-// Build don't link:
-// prms-id: 5793
-
-class temp_string {
- public:
-  temp_string (const int);
-  temp_string (const char * const);
-};
-
-class Range { 
- public:
-  Range ( const int);
-  operator int () const ;
-};
-
-int operator == (const int, temp_string );
-
-void CheckArrayConstraints(void)    { 
-  if (Range(0L) == 0L)
-    ;
-}