aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr35313.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr35313.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr35313.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr35313.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr35313.c
deleted file mode 100644
index e12636e0b..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr35313.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Test two failing cases for libcpp parser. From PRs 35313, 36088*/
-/* { dg-do preprocess } */
-/* { dg-options "-std=c99 -pedantic-errors" } */
-
-extern int x;
-
-#if 0 ? 3,4 : 2
-#endif
-
-#if 1 ? 0 : 1 ? 1/0 : 1/0
-#endif