diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/pr78365.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr78365.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr78365.c b/gcc/testsuite/gcc.dg/torture/pr78365.c index 5180a01..2588a48 100644 --- a/gcc/testsuite/gcc.dg/torture/pr78365.c +++ b/gcc/testsuite/gcc.dg/torture/pr78365.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-additional-options "-Wno-old-style-definition" } */ int a, b, c; char d; |