]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/if-cexp.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / if-cexp.c
diff --git a/gcc/testsuite/gcc.dg/cpp/if-cexp.c b/gcc/testsuite/gcc.dg/cpp/if-cexp.c
deleted file mode 100644 (file)
index e2af375..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* { dg-do preprocess } */
-
-/* Test the ? : opearator, for precedence and both true and false.  */
-
-#if  1 ? 1 ? 2 : 0 : 0
-#error OK      /* { dg-error "OK" "nested ? :" } */
-#endif
-
-#if  ((0) ? (1) ? (2) : (3) : (4) ? (5): (6)) == 5
-#error OK      /* { dg-error "OK" "nested ? : with parens" } */
-#endif
-
-