diff options
author | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-12 04:09:34 +0000 |
---|---|---|
committer | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-02-12 04:09:34 +0000 |
commit | f38f211dda05b75c3a9cc2c612336c75ad062d2c (patch) | |
tree | 266a3d70bcae6b01133851607c47019595975aec /gcc/testsuite/gcc.dg/c99-flex-array-2.c | |
parent | e98854b105b2272a01adb9767f69107f9b40dad3 (diff) | |
download | gcc-f38f211dda05b75c3a9cc2c612336c75ad062d2c.tar.gz |
2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
* gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49694 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/c99-flex-array-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/c99-flex-array-2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/c99-flex-array-2.c b/gcc/testsuite/gcc.dg/c99-flex-array-2.c index 299abef6543..496f4f985cf 100644 --- a/gcc/testsuite/gcc.dg/c99-flex-array-2.c +++ b/gcc/testsuite/gcc.dg/c99-flex-array-2.c @@ -1,5 +1,6 @@ /* PR c/5623 */ /* { dg-do compile } */ +/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ struct blah { int number; |