diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2011-10-15 14:48:37 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-10-15 14:48:37 +0000 |
commit | f3b3dc6a7e46c011a2b29e2baff19fcb55f16b79 (patch) | |
tree | 6b7cbae065dfff708d2203887a57091e31f82e4c | |
parent | 6d0c87b50bf722fd72bada3d6c207f1e19341ae4 (diff) | |
download | gcc-f3b3dc6a7e46c011a2b29e2baff19fcb55f16b79.zip gcc-f3b3dc6a7e46c011a2b29e2baff19fcb55f16b79.tar.gz gcc-f3b3dc6a7e46c011a2b29e2baff19fcb55f16b79.tar.bz2 |
* gcc.target/sparc/combined-1.c: Compile at -O2.
From-SVN: r180040
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/sparc/combined-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6898564..cc90250 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.target/sparc/combined-1.c b/gcc/testsuite/gcc.target/sparc/combined-1.c index 5f19db3..4f4bbf5 100644 --- a/gcc/testsuite/gcc.target/sparc/combined-1.c +++ b/gcc/testsuite/gcc.target/sparc/combined-1.c @@ -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))); |