aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr29612-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr29612-2.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr29612-2.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr29612-2.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr29612-2.c
deleted file mode 100644
index fff10a843..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/pr29612-2.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* PR preprocessor/29612 */
-/* { dg-do preprocess } */
-/* { dg-options "-Wtraditional" } */
-
-# 6 "pr29612-2.c"
-
-#if 1U /* { dg-warning "traditional C rejects" "numeric constant suffix" } */
-#endif
-
-# 1 "foo.h" 1 3
-
-#if 1U
-#endif /* No warning in system header. */
-
-# 16 "pr29612-2.c" 2
-
-#if 1U /* { dg-warning "traditional C rejects" "numeric constant suffix" } */
-#endif