diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2011-05-05 13:50:17 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2011-05-05 13:50:17 +0200 |
commit | 62ffa8afe465a824bc303c37994358115f478712 (patch) | |
tree | 45b4273b2238a74952182dc41998de0645698e87 /gcc | |
parent | 907a08d9b1d7516357bee7ab19e3c4f1673d467a (diff) | |
download | gcc-62ffa8afe465a824bc303c37994358115f478712.zip gcc-62ffa8afe465a824bc303c37994358115f478712.tar.gz gcc-62ffa8afe465a824bc303c37994358115f478712.tar.bz2 |
opt-1.c: Add --param min-insn-to-prefetch -ratio=0 to dg-options.
* gcc.target/i386/opt-1.c: Add --param min-insn-to-prefetch -ratio=0
to dg-options.
* gcc.target/i386/opt-1.c: Ditto.
From-SVN: r173425
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/opt-1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/i386/opt-2.c | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4ff8b0f..5218e7d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-05-05 Uros Bizjak <ubizjak@gmail.com> + + * gcc.target/i386/opt-1.c: Add --param min-insn-to-prefetch -ratio=0 + to dg-options. + * gcc.target/i386/opt-1.c: Ditto. + 2011-05-04 Jason Merrill <jason@redhat.com> * g++.dg/conversion/base1.C: New. @@ -5,7 +11,7 @@ 2011-05-04 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/48787 - gfortran.dg/round_3.f08: Add more checks to test case. + * gfortran.dg/round_3.f08: Add more checks to test case. 2011-05-04 Hans-Peter Nilsson <hp@axis.com> diff --git a/gcc/testsuite/gcc.target/i386/opt-1.c b/gcc/testsuite/gcc.target/i386/opt-1.c index 28e2ef3..2585236 100644 --- a/gcc/testsuite/gcc.target/i386/opt-1.c +++ b/gcc/testsuite/gcc.target/i386/opt-1.c @@ -1,7 +1,7 @@ /* Test the attribute((optimize)) really works. Do this test by checking whether we vectorize a simple loop. */ /* { dg-do compile } */ -/* { dg-options "-O1 -msse2 -mfpmath=sse -march=k8" } */ +/* { dg-options "-O1 -msse2 -mfpmath=sse -march=k8 --param min-insn-to-prefetch-ratio=0" } */ /* { dg-final { scan-assembler "prefetcht0" } } */ /* { dg-final { scan-assembler "addps" } } */ /* { dg-final { scan-assembler "subss" } } */ diff --git a/gcc/testsuite/gcc.target/i386/opt-2.c b/gcc/testsuite/gcc.target/i386/opt-2.c index d2791e0..1fa18c1 100644 --- a/gcc/testsuite/gcc.target/i386/opt-2.c +++ b/gcc/testsuite/gcc.target/i386/opt-2.c @@ -1,7 +1,7 @@ /* Test the attribute((optimize)) really works. Do this test by checking whether we vectorize a simple loop. */ /* { dg-do compile } */ -/* { dg-options "-O1 -msse2 -mfpmath=sse -march=k8" } */ +/* { dg-options "-O1 -msse2 -mfpmath=sse -march=k8 --param min-insn-to-prefetch-ratio=0" } */ /* { dg-final { scan-assembler "prefetcht0" } } */ /* { dg-final { scan-assembler "addps" } } */ /* { dg-final { scan-assembler "subss" } } */ |