]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/other/array1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / other / array1.C
diff --git a/gcc/testsuite/g++.dg/other/array1.C b/gcc/testsuite/g++.dg/other/array1.C
deleted file mode 100644 (file)
index aff960e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// Test typeid of multidimensional array with no bounds.
-// { dg-do compile }
-
-#include <typeinfo>
-
-int main()
-{
-       const char *s = typeid(double[][]).name(); // { dg-error "bounds|confused" }
-       return 0;
-}