aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/Wtrigraphs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/Wtrigraphs.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/Wtrigraphs.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/Wtrigraphs.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/Wtrigraphs.c
deleted file mode 100644
index d4be2040c..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/Wtrigraphs.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* { dg-do preprocess } */
-/* { dg-options "-std=gnu99 -Wtrigraphs" } */
-
-/* Test we don't double warn for trigraphs immediately after preceding
- text. Source Neil Booth. 22 Nov 2000. */
-
-abcdef??< /* { dg-warning "ignored" } */
-123456??> /* { dg-warning "ignored" } */
-+??= /* { dg-warning "ignored" } */
-
-/* Test we warn of escaped newlines only in comments. Source Neil
- Booth. 4 May 2003. */
-
-/* { dg-bogus "ignored" } Test ??< ??= a few ??/ random things in
- { dg-warning "ignored" } some ??/
- { dg-bogus "ignored" } ??< comments. */
-
-// { dg-bogus "ignored" } More ??/ comment ??> tests.
-
-// { dg-warning "ignored" } Another ??/
- Test
-
-// { dg-warning "ignored" } And another with space after ??/
- the escape
-
-// { dg-bogus "ignored" } A tricky one ??/\
-