(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
spellcheck-options-4.c
       1  /* Verify that we provide simple suggestions for the arguments of
       2     "-fsanitize-recover=" when it is misspelled (PR driver/69265).  */
       3  
       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 } */