From: ebotcazou Date: Fri, 11 Jun 2010 20:50:46 +0000 (+0000) Subject: PR rtl-optimization/42461 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6510677a92610f98016ef26cc6dd9c6ac3b531dd;p=thirdparty%2Fgcc.git PR rtl-optimization/42461 * gcc.dg/pr42461.c: Compile at -O2 instead of -O. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160632 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d4a788ea84e0..c37b5c83e228 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-06-07 Eric Botcazou + + * gcc.dg/pr42461.c: Compile at -O2 instead of -O. + 2010-06-11 Sebastian Pop PR middle-end/44483 diff --git a/gcc/testsuite/gcc.dg/pr42461.c b/gcc/testsuite/gcc.dg/pr42461.c index 9d23ad972926..0518bfd97368 100644 --- a/gcc/testsuite/gcc.dg/pr42461.c +++ b/gcc/testsuite/gcc.dg/pr42461.c @@ -2,7 +2,7 @@ /* Reported by Patrick Pelissier */ /* { dg-do link } */ -/* { dg-options "-O" } */ +/* { dg-options "-O2" } */ extern int link_failure (int) __attribute__ ((pure));