]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR rtl-optimization/42461
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jun 2010 20:50:46 +0000 (20:50 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jun 2010 20:50:46 +0000 (20:50 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr42461.c

index d4a788ea84e0a8d791820270277f032df3d8acb3..c37b5c83e2284780f362e33c3f24c99f924f2a12 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-07  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.dg/pr42461.c: Compile at -O2 instead of -O.
+
 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
 
        PR middle-end/44483
index 9d23ad972926a2bdad342518d26555cfee2a68e5..0518bfd97368cc4622c3198f33d3b48dc7af4575 100644 (file)
@@ -2,7 +2,7 @@
 /* Reported by Patrick Pelissier <patrick.pelissier@gmail.com> */
 
 /* { dg-do link } */
-/* { dg-options "-O" } */
+/* { dg-options "-O2" } */
 
 extern int link_failure (int) __attribute__ ((pure));