]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/40384 (Revision 148277 failed gcc.dg/tree-ssa/prefetch-5.c)
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 12 Jun 2009 13:37:50 +0000 (13:37 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 12 Jun 2009 13:37:50 +0000 (06:37 -0700)
2009-06-12  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/40384
* gcc.dg/tree-ssa/prefetch-5.c: Add --param min-insn-to-prefetch-ratio=5.

From-SVN: r148431

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/prefetch-5.c

index d90eca58bca3210fd095ba76f4f7b9ce55e4f3a8..b5f0fbc1ed395e995aaf884b3bf707821dabbfb1 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR testsuite/40384
+       * gcc.dg/tree-ssa/prefetch-5.c: Add --param min-insn-to-prefetch-ratio=5.
+
 2009-06-12  Joey Ye  <joey.ye@intel.com>
            H.J. Lu  <hongjiu.lu@intel.com>
 
index 643ac8053e4cb036617957b4fcb55b35f6c2310c..19914cabfd055269995ed0580c32bf36a9beb625 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-require-effective-target ilp32 } */
-/* { dg-options "-O2 -fprefetch-loop-arrays -march=athlon -fdump-tree-aprefetch-details" } */
+/* { dg-options "-O2 --param min-insn-to-prefetch-ratio=5 -fprefetch-loop-arrays -march=athlon -fdump-tree-aprefetch-details" } */
 
 /* These are common idioms for writing variable-length arrays at the end
    of structures.  We should not deduce anything about the number of iterations