aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/pr28322-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/pr28322-3.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/pr28322-3.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/pr28322-3.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/pr28322-3.c
deleted file mode 100644
index e714a3cc6..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/pr28322-3.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* PR28322: ignore unknown -Wno-* if no warning is emitted. */
-/* { dg-do compile } */
-/* { dg-options " -fno-foobar -mno-foobar" } */
-
-void foo(void)
-{
- int i = 1;
-}
-/* { dg-message "unrecognized command line option .-fno-foobar." "f" { target *-*-* } 0 } */
-/* { dg-message "unrecognized command line option .-mno-foobar." "m" { target *-*-* } 0 } */