gcc/gcc/testsuite/gcc.dg/spellcheck-options-10.c

7 lines
308 B
C

/* Verify that we include -Wno- variants when considering hints
for misspelled options (PR driver/69453). */
/* { dg-do compile } */
/* { dg-options "-fno-if-convert" } */
/* { dg-error "unrecognized command-line option .-fno-if-convert.; did you mean .-fno-if-conversion.?" "" { target *-*-* } 0 } */