2004-07-07 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jul 2004 23:58:37 +0000 (23:58 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jul 2004 23:58:37 +0000 (23:58 +0000)
* gcc.c-torture/compile/20020210-1.c: xfail with optimization.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84243 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20020210-1.c

index 73abd55..b5d6d37 100644 (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*.
index 5ca27f4..960e3d5 100644 (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) {}