diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/format/attr-6.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/format/attr-6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/format/attr-6.c b/gcc/testsuite/gcc.dg/format/attr-6.c index ead7bfc..211ee00 100644 --- a/gcc/testsuite/gcc.dg/format/attr-6.c +++ b/gcc/testsuite/gcc.dg/format/attr-6.c @@ -18,5 +18,5 @@ void foo (const char *s, int *p) { scanf("%ld", p); /* { dg-warning "12:format" "implicit scanf" } */ - /* { dg-warning "implicit" "implicit decl warning" { target *-*-* } 20 } */ + /* { dg-warning "implicit" "implicit decl warning" { target *-*-* } .-1 } */ } |