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 | |
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')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/c99-flex-array-2.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 350a19d2f53..6e7c97d04b8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com> + + * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999 + 2002-02-10 Kazu Hirata <kazu@hxi.com> * gcc.c-torture/compile/961203-1.x: Disable on h8300 port. 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; |