OSDN Git Service

2002-02-12 David Billinghurst <David.Billinghurst@riotinto.com>
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Feb 2002 04:09:34 +0000 (04:09 +0000)
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Feb 2002 04:09:34 +0000 (04:09 +0000)
        * 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c99-flex-array-2.c

index 350a19d..6e7c97d 100644 (file)
@@ -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.
index 299abef..496f4f9 100644 (file)
@@ -1,5 +1,6 @@
 /* PR c/5623 */
 /* { dg-do compile } */
+/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
 
 struct blah {
    int   number;