2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / spellcheck-options-12.c
blobb5e65e54a395889f1be34afc27040fde9a5a3c0f
1 /* Verify that we don't include -Wno- variants for options marked
2 with RejectNegative when considering hints for misspelled options
3 (PR driver/71651). */
5 /* { dg-do compile } */
6 /* { dg-options "-fno-stack-protector-explicit" } */
7 /* { dg-error "unrecognized command line option .-fno-stack-protector-explicit.; did you mean .-fstack-protector-explicit.." "" { target *-*-* } 0 } */