aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/attr-fallthrough-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/c-c++-common/attr-fallthrough-2.c')
-rw-r--r--gcc/testsuite/c-c++-common/attr-fallthrough-2.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/testsuite/c-c++-common/attr-fallthrough-2.c b/gcc/testsuite/c-c++-common/attr-fallthrough-2.c
index 959564b..e8659e5 100644
--- a/gcc/testsuite/c-c++-common/attr-fallthrough-2.c
+++ b/gcc/testsuite/c-c++-common/attr-fallthrough-2.c
@@ -11,21 +11,21 @@ fn (int i)
case 1:
bar (1);
__attribute__((used));
- /* { dg-warning "empty declaration" "" { target c } 13 } */
- /* { dg-warning "ignored" "" { target c++ } 13 } */
+ /* { dg-warning "empty declaration" "" { target c } .-1 } */
+ /* { dg-warning "ignored" "" { target c++ } .-2 } */
case 2:
bar (1);
__attribute__((foo));
- /* { dg-warning "empty declaration" "" { target c } 18 } */
- /* { dg-warning "ignored" "" { target c++ } 18 } */
+ /* { dg-warning "empty declaration" "" { target c } .-1 } */
+ /* { dg-warning "ignored" "" { target c++ } .-2 } */
case 3:
bar (1);
__attribute__((fallthrough)) /* { dg-warning "not followed" "" { target c } } */
case 4: /* { dg-error "expected" } */
bar (1);
__attribute__((fallthrough)) 1;
- /* { dg-error "expected" "" { target c } 26 } */
- /* { dg-warning "not followed" "" { target *-*-* } 26 } */
+ /* { dg-error "expected" "" { target c } .-1 } */
+ /* { dg-warning "not followed" "" { target *-*-* } .-2 } */
case 5:
bar (1);
__attribute__((fallthrough)) int i; /* { dg-warning "ignored|not followed" } */
@@ -40,7 +40,7 @@ fn (int i)
__attribute__((fallthrough));
case 9:
__attribute__((fallthrough));
- /* { dg-warning "not preceding" "" { target *-*-* } 42 } */
+ /* { dg-warning "not preceding" "" { target *-*-* } .-1 } */
bar (1);
case 10:
bar (1);