diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/c99-init-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/c99-init-3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/c99-init-3.c b/gcc/testsuite/gcc.dg/c99-init-3.c index 9aca19a..8bc6d2c 100644 --- a/gcc/testsuite/gcc.dg/c99-init-3.c +++ b/gcc/testsuite/gcc.dg/c99-init-3.c @@ -5,4 +5,4 @@ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ int a[] = { [(void *)0] = 1 }; /* { dg-bogus "warning" "warning in place of error" } */ -/* { dg-error "integer type|near init" "pointer designator" { target *-*-* } 7 } */ +/* { dg-error "integer type|near init" "pointer designator" { target *-*-* } .-1 } */ |