re PR c/29380 (FAIL: gcc.dg/pr29330.c (test for excess errors))

PR c/29380
	* gcc.dg/pr29330.c: Add -std=gnu99 to dg-options.

From-SVN: r117539
This commit is contained in:
Jakub Jelinek 2006-10-07 18:50:23 +02:00 committed by Jakub Jelinek
parent cf11ba00b4
commit 67f9cf47d2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-10-07 Jakub Jelinek <jakub@redhat.com>
PR c/29380
* gcc.dg/pr29330.c: Add -std=gnu99 to dg-options.
2006-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/29300

View File

@ -1,6 +1,6 @@
/* PR tree-optimization/29330 */
/* { dg-do compile } */
/* { dg-options "-O -ftree-loop-linear" } */
/* { dg-options "-O -ftree-loop-linear -std=gnu99" } */
int buf[2][2][2][2];