]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/syshdr.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / syshdr.c
diff --git a/gcc/testsuite/gcc.dg/cpp/syshdr.c b/gcc/testsuite/gcc.dg/cpp/syshdr.c
deleted file mode 100644 (file)
index f36df3e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Test for proper suppression of warnings in system headers,
-   and only in system headers.  */
-/* FRAGILITY WARNING: The only way we have to distinguish the good error
-   from the bad error is that the good error is on line 4 and the bad is
-   on line 5 (of their respective files).  dg.exp doesn't have any way to
-   condition error matchers on the file they're in.  */
-
-/* { dg-do preprocess } */
-/* { dg-error "include_next" "good error" { target *-*-* } 4 } */
-
-#include "syshdr1.h"  /* { dg-error "" "In file included from:" } */
-#include "syshdr2.h"