20020210-1.c: xfail with optimization.

2004-07-07  Eric Christopher  <echristo@redhat.com>

	* gcc.c-torture/compile/20020210-1.c: xfail with optimization.

From-SVN: r84243
This commit is contained in:
Eric Christopher 2004-07-07 23:58:37 +00:00 committed by Eric Christopher
parent 0bd241538e
commit b49fcebddd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-07-07 Eric Christopher <echristo@redhat.com>
* gcc.c-torture/compile/20020210-1.c: xfail with optimization.
2004-07-07 Andrew Pinski <apinski@apple.com>
* gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.

View File

@ -1,2 +1,3 @@
/* PR c/5615 */
/* { dg-xfail-if "regression/16417" { "*-*-*" } { "-O1" "-O2" "-O3 -fomit-frame-pointer" "-O3 -g" "-Os" } { "" } } */
void f(int a, struct {int b[a];} c) {}