OSDN Git Service

* gcc.target/sparc/combined-1.c: Compile at -O2.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Oct 2011 14:48:37 +0000 (14:48 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Oct 2011 14:48:37 +0000 (14:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180040 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/sparc/combined-1.c

index 6898564..cc90250 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.target/sparc/combined-1.c: Compile at -O2.
+
 2011-10-15  Uros Bizjak  <ubizjak@gmail.com>
 
        * gcc.target/i386/fma_float_?.c (dg-prune_output): Remove.
index 5f19db3..4f4bbf5 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O -mcpu=ultrasparc -mvis" } */
+/* { dg-options "-O2 -mcpu=ultrasparc -mvis" } */
 typedef short vec16 __attribute__((vector_size(8)));
 typedef int vec32 __attribute__((vector_size(8)));