OSDN Git Service

2010-02-10 Joost VandeVondele <jv244@cam.ac.uk>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr28322-3.c
1 /* PR28322: ignore unknown -Wno-* if no warning is emitted.  */
2 /* { dg-do compile } */
3 /* { dg-options " -fno-foobar -mno-foobar" } */
4
5 void foo(void)
6 {
7   int i =  1;
8 }
9 /* { dg-message "unrecognized command line option .-fno-foobar." "" { target *-*-* } 0 } */
10 /* { dg-message "unrecognized command line option .-mno-foobar." "" { target *-*-* } 0 } */