OSDN Git Service

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 d4a788e..c37b5c8 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 9d23ad9..0518bfd 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));