aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/declspec-8.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/declspec-8.c')
-rw-r--r--gcc/testsuite/gcc.dg/declspec-8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/declspec-8.c b/gcc/testsuite/gcc.dg/declspec-8.c
index e1061e8..a26cfa4 100644
--- a/gcc/testsuite/gcc.dg/declspec-8.c
+++ b/gcc/testsuite/gcc.dg/declspec-8.c
@@ -13,10 +13,10 @@
6.9#2). */
static static struct s; /* { dg-error "duplicate 'static'" } */
-/* { dg-warning "useless storage class specifier in empty declaration" "static static" { target *-*-* } 15 } */
+/* { dg-warning "useless storage class specifier in empty declaration" "static static" { target *-*-* } .-1 } */
static extern struct t; /* { dg-error "multiple storage classes in declaration specifiers" } */
-/* { dg-warning "useless storage class specifier in empty declaration" "static extern" { target *-*-* } 18 } */
+/* { dg-warning "useless storage class specifier in empty declaration" "static extern" { target *-*-* } .-1 } */
inline union u; /* { dg-error "'inline' in empty declaration" } */