aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.c-torture/compile/20020210-1.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 73abd55..b5d6d37 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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*.
diff --git a/gcc/testsuite/gcc.c-torture/compile/20020210-1.c b/gcc/testsuite/gcc.c-torture/compile/20020210-1.c
index 5ca27f4..960e3d5 100644
--- a/gcc/testsuite/gcc.c-torture/compile/20020210-1.c
+++ b/gcc/testsuite/gcc.c-torture/compile/20020210-1.c
@@ -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) {}