diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/Wimplicit-int-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/Wimplicit-int-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/Wimplicit-int-4.c b/gcc/testsuite/gcc.dg/Wimplicit-int-4.c index b2528356..c9c6e8e 100644 --- a/gcc/testsuite/gcc.dg/Wimplicit-int-4.c +++ b/gcc/testsuite/gcc.dg/Wimplicit-int-4.c @@ -4,7 +4,7 @@ static l; /* { dg-warning "type defaults to" } */ foo (a) /* { dg-warning "return type defaults to" } */ -/* { dg-warning "type of .a. defaults to .int." "type" { target *-*-* } 6 } */ +/* { dg-warning "type of .a. defaults to .int." "type" { target *-*-* } .-1 } */ { auto p; /* { dg-warning "type defaults to" } */ typedef bar; /* { dg-warning "type defaults to" } */ |