hppa: Fix ICE caused by mismatched predicate and constraint in xmpyu patterns
[official-gcc.git] / gcc / testsuite / gcc.dg / spellcheck-options-12.c
blob9fbd944bcafd37ad850a27e93c732ae7c92c3a21
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 } */