PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / spellcheck-options-4.c
blob252376fd7575328326770a4adba5b6f7964d1d20
1 /* Verify that we provide simple suggestions for the arguments of
2 "-fsanitize-recover=" when it is misspelled (PR driver/69265). */
4 /* { dg-do compile } */
5 /* { dg-options "-sanitize-recover=integer-divide-by-0" } */
6 /* { dg-error "unrecognized command line option '-sanitize-recover=integer-divide-by-0'; did you mean '-fsanitize-recover=integer-divide-by-zero'?" "" { target *-*-* } 0 } */