]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/noncompile/20011025-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 20011025-1.c
diff --git a/gcc/testsuite/gcc.dg/noncompile/20011025-1.c b/gcc/testsuite/gcc.dg/noncompile/20011025-1.c
deleted file mode 100644 (file)
index 51e60e5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-double foo [] =
-{ &bar,                /* { dg-error "undeclared|is not constant|near init" } */
-  (void *) 0 };        /* { dg-error "incompatible types|is not constant|near init" } */
-double baz [] =
-{ (void *) 0 };        /* { dg-error "incompatible types|is not constant|near init" } */