* gcc.target/sparc/combined-1.c: Compile at -O2.

From-SVN: r180040
This commit is contained in:
Eric Botcazou 2011-10-15 14:48:37 +00:00 committed by Eric Botcazou
parent 6d0c87b50b
commit f3b3dc6a7e
2 changed files with 5 additions and 1 deletions

View 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.

View 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)));