]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/cmdlne-P.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / cmdlne-P.c
diff --git a/gcc/testsuite/gcc.dg/cpp/cmdlne-P.c b/gcc/testsuite/gcc.dg/cpp/cmdlne-P.c
deleted file mode 100644 (file)
index 117c0ef..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess } */
-/* { dg-options "-P" } */
-
-/* Test that we don't stair-step output with -P.  Source: Neil Booth,
-   18 Dec 2000.  */
-
-int x = 1;
-
-/* { dg-final { if ![file exists cmdlne-P.i] { return }                } }
-   { dg-final { if { [grep cmdlne-P.i "^int x = 1;$"] != "" } { return } } }
-   { dg-final { fail "cmdlne-P.c: stair-stepping with -P"              } } */