]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/skipping2.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / skipping2.c
diff --git a/gcc/testsuite/gcc.dg/cpp/skipping2.c b/gcc/testsuite/gcc.dg/cpp/skipping2.c
deleted file mode 100644 (file)
index 3b0d0f3..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Copyright (C) 2001 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess } */
-
-/* Tests that excess tokens in skipped conditional blocks don't warn.  */
-
-/* Source: Neil Booth, 25 Jul 2001.  */
-
-#if 0
-#if foo
-#else foo   /* { dg-bogus "extra tokens" "extra tokens in skipped block" } */
-#endif foo  /* { dg-bogus "extra tokens" "extra tokens in skipped block" } */
-#endif bar  /* { dg-warning "extra tokens" "tokens after #endif" } */
-