aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Wimplicit-int-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/Wimplicit-int-2.c')
-rw-r--r--gcc/testsuite/gcc.dg/Wimplicit-int-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/Wimplicit-int-2.c b/gcc/testsuite/gcc.dg/Wimplicit-int-2.c
index 158b61c..4ff16f3 100644
--- a/gcc/testsuite/gcc.dg/Wimplicit-int-2.c
+++ b/gcc/testsuite/gcc.dg/Wimplicit-int-2.c
@@ -4,7 +4,7 @@
static l; /* { dg-error "type defaults to" } */
foo (a) /* { dg-error "return type defaults to" } */
-/* { dg-error "type of .a. defaults to .int." "type" { target *-*-* } 6 } */
+/* { dg-error "type of .a. defaults to .int." "type" { target *-*-* } .-1 } */
{
auto p; /* { dg-error "type defaults to" } */
typedef bar; /* { dg-error "type defaults to" } */