Mercurial > hg > CbC > CbC_gcc
annotate gcc/testsuite/gcc.dg/format/opt-5.c @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children | 1830386684a0 |
rev | line source |
---|---|
111 | 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 | |
7 /* { dg-warning "-Wformat-zero-length ignored without -Wformat" "ignored" { target *-*-* } 0 } */ |