]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/format/opt-5.c
Wrap option names in gcc internal messages with %< and %>.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / format / opt-5.c
CommitLineData
10bed881 1/* Test diagnostics for options used on their own without
2 -Wformat. -Wformat-zero-length. */
3/* Origin: Joseph Myers <joseph@codesourcery.com> */
4/* { dg-do compile } */
5/* { dg-options "-Wformat-zero-length" } */
6
2f6d557f 7/* { dg-warning "'-Wformat-zero-length' ignored without '-Wformat'" "ignored" { target *-*-* } 0 } */