(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
format/
opt-1.c
       1  /* Test diagnostics for options used on their own without
       2     -Wformat.  -Wformat-extra-args.  */
       3  /* Origin: Joseph Myers <joseph@codesourcery.com> */
       4  /* { dg-do compile } */
       5  /* { dg-options "-Wformat-extra-args" } */
       6  
       7  /* { dg-warning "'-Wformat-extra-args' ignored without '-Wformat'" "ignored" { target *-*-* } 0 } */