summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Wnested-externs-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/Wnested-externs-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/Wnested-externs-1.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/testsuite/gcc.dg/Wnested-externs-1.c b/gcc/testsuite/gcc.dg/Wnested-externs-1.c
index 2d854a8dec9..5c4b5ddd8e2 100644
--- a/gcc/testsuite/gcc.dg/Wnested-externs-1.c
+++ b/gcc/testsuite/gcc.dg/Wnested-externs-1.c
@@ -12,11 +12,11 @@ static void f1(void);
void
g(void)
{
- extern int a; /* { dg-warning "warning: nested extern declaration of 'a'" } */
- extern int b; /* { dg-warning "warning: nested extern declaration of 'b'" } */
- extern int c; /* { dg-warning "warning: nested extern declaration of 'c'" } */
- extern int d; /* { dg-warning "warning: nested extern declaration of 'd'" } */
- extern void f0(void); /* { dg-warning "warning: nested extern declaration of 'f0'" } */
- extern void f1(void); /* { dg-warning "warning: nested extern declaration of 'f1'" } */
- extern void f2(void); /* { dg-warning "warning: nested extern declaration of 'f2'" } */
+ extern int a; /* { dg-warning "nested extern declaration of 'a'" } */
+ extern int b; /* { dg-warning "nested extern declaration of 'b'" } */
+ extern int c; /* { dg-warning "nested extern declaration of 'c'" } */
+ extern int d; /* { dg-warning "nested extern declaration of 'd'" } */
+ extern void f0(void); /* { dg-warning "nested extern declaration of 'f0'" } */
+ extern void f1(void); /* { dg-warning "nested extern declaration of 'f1'" } */
+ extern void f2(void); /* { dg-warning "nested extern declaration of 'f2'" } */
}