]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/if-5.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / if-5.c
diff --git a/gcc/testsuite/gcc.dg/cpp/if-5.c b/gcc/testsuite/gcc.dg/cpp/if-5.c
deleted file mode 100644 (file)
index 8238a12..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Regression test: #ifdef 0 should not crash.  Problem noted by
-   Jakub Jelinek <jakub@redhat.com>.  */
-/* { dg-do preprocess } */
-
-#ifdef 0  /* { dg-error "macro names" } */
-#endif
-
-#ifndef 0  /* { dg-error "macro names" } */
-#endif