[RISC-V] Avoid unnecessary extensions when value is already extended
[official-gcc.git] / gcc / testsuite / gcc.dg / spellcheck-options-15.c
blobc1903345d0acf13f51aa0371901de49d0bcc8c03
1 /* Verify that we don't offer -fsanitize=all as a suggestion for misspelled
2 sanitizer options (PR driver/78877). */
4 /* { dg-do compile } */
5 /* { dg-options "-fsanitize=al" } */
6 /* { dg-bogus "did you mean" "" { target *-*-* } 0 } */
7 /* { dg-error "unrecognized argument to '-fsanitize=' option: 'al'" "" { target *-*-* } 0 } */