]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/990506-0.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / 990506-0.c
diff --git a/gcc/testsuite/gcc.dg/990506-0.c b/gcc/testsuite/gcc.dg/990506-0.c
deleted file mode 100644 (file)
index 15d8ac7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Verify that a diagnostic is issued without crashing due to
-   --enable-checking catching a bug in the C front end.  */
-/* { dg-do compile } */
-x()
-{
-  foo (i);
-  /* { dg-error "undeclared" "undeclared-variable message" { target *-*-* } { 6 } } */
-  /* { dg-error "function it appears in" "reminder message" { target *-*-* } { 6 } } */ 
-}