diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/20031223-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/20031223-1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/20031223-1.c b/gcc/testsuite/gcc.dg/20031223-1.c index c2f35fc..353397e 100644 --- a/gcc/testsuite/gcc.dg/20031223-1.c +++ b/gcc/testsuite/gcc.dg/20031223-1.c @@ -7,7 +7,7 @@ void f () { - l: int; /* { dg-error "a label can only be part of a statement and a declaration is not a statement" } */ - /* { dg-warning "useless type name in empty declaration" "" { target *-*-* } 10 } */ - /* { dg-error "label at end of compound statement" "" { target *-*-* } 10 } */ + l: int; /* { dg-error "a label can only be part of a statement and a declaration is not a statement" "not stmt" } */ + /* { dg-warning "useless type name in empty declaration" "type name" { target *-*-* } 10 } */ + /* { dg-error "label at end of compound statement" "label" { target *-*-* } 10 } */ } |