Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / pr28322-3.c
blob7a5a4c5790175278410ae6377d56756b85e05e6d
1 /* PR28322: ignore unknown -Wno-* if no warning is emitted. */
2 /* { dg-do compile } */
3 /* { dg-options " -fno-foobar -mno-foobar" } */
5 void foo(void)
7 int i = 1;
9 /* { dg-message "unrecognized command line option .-fno-foobar." "" { target *-*-* } 0 } */
10 /* { dg-message "unrecognized command line option .-mno-foobar." "" { target *-*-* } 0 } */