(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr28322-3.c
       1  /* PR28322: ignore unknown -Wno-* if no warning is emitted.  */
       2  /* { dg-do compile } */
       3  /* { dg-options " -fno-foobar -mno-foobar" } */
       4  
       5  void foo(void)
       6  {
       7    int i =  1;
       8  }
       9  /* { dg-message "unrecognized command-line option .-fno-foobar." "f" { target *-*-* } 0 } */
      10  /* { dg-message "unrecognized command-line option .-mno-foobar." "m" { target *-*-* } 0 } */