aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/warn-comments.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/warn-comments.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/warn-comments.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/warn-comments.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/warn-comments.c
deleted file mode 100644
index 1cdf75cf2..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/warn-comments.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// { dg-do preprocess }
-// { dg-options "-std=gnu99 -fdiagnostics-show-option -Wcomments" }
-
-/* /* */ // { dg-warning "\"\.\*\" within comment .-Wcomment." }
-
-// \
- // { dg-warning "multi-line comment .-Wcomment." "multi-line" { target *-*-* } 6 }