From: Eric Christopher Date: Wed, 7 Jul 2004 23:58:37 +0000 (+0000) Subject: 20020210-1.c: xfail with optimization. X-Git-Tag: releases/gcc-4.0.0~6956 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49fcebddd697b67f7b2645fd1a40202d89410de;p=thirdparty%2Fgcc.git 20020210-1.c: xfail with optimization. 2004-07-07 Eric Christopher * gcc.c-torture/compile/20020210-1.c: xfail with optimization. From-SVN: r84243 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 73abd556453b..b5d6d37772af 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-07-07 Eric Christopher + + * gcc.c-torture/compile/20020210-1.c: xfail with optimization. + 2004-07-07 Andrew Pinski * 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 5ca27f4f6ca4..960e3d54d8a2 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) {}