]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/20001116-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / 20001116-1.c
diff --git a/gcc/testsuite/gcc.dg/20001116-1.c b/gcc/testsuite/gcc.dg/20001116-1.c
deleted file mode 100644 (file)
index 5833dd8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* This looks like a warning test, but it's actually a regression test for a
-   nasty ICE due to messed up parser context.  Problem originally found
-   during bootstrap; this is synthetic.  -zw  */
-/* { dg-do compile } 
-   { dg-options -W } */
-
-void foo (int x)
-{
-  if (x)       /* { dg-warning "empty body in an if-statement" } */
-    ;
-}