]> gcc.gnu.org Git - gcc.git/commitdiff
20020210-1.c: xfail with optimization.
authorEric Christopher <echristo@redhat.com>
Wed, 7 Jul 2004 23:58:37 +0000 (23:58 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Wed, 7 Jul 2004 23:58:37 +0000 (23:58 +0000)
2004-07-07  Eric Christopher  <echristo@redhat.com>

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

From-SVN: r84243

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

index 73abd556453b888d7a63b71059052abb05d78756..b5d6d37772afbdee46cb8e56f60695a511383376 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 5ca27f4f6ca46b3edd930315f18ae6c67e9f002f..960e3d54d8a269a0599a4bbec6c292f4633a73ad 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) {}
This page took 0.096636 seconds and 5 git commands to generate.