Commit 3a7d5586 by Eric Christopher Committed by Eric Christopher

prefetch-3.c: Allow x86_64, but require ilp32.

2006-11-29  Eric Christopher  <echristo@apple.com>

        * gcc.dg/tree-ssa/prefetch-3.c: Allow x86_64, but require ilp32.

From-SVN: r119333
parent cc9d154c
2006-11-29 Eric Christopher <echristo@apple.com>
* gcc.dg/tree-ssa/prefetch-3.c: Allow x86_64, but require ilp32.
2006-11-29 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/dfp/convert-int.c: Remove dg-do compile, fix comment.
......@@ -12,7 +16,7 @@
* g++.old-deja/g++.bugs/900121_05.C: Adjust error markers.
* g++.dg/inherit/error2.C: Likewise.
* g++.dg/template/instantiate1.C: Likewise.
2006-11-28 Andrew Pinski <pinskia@gmail.com>
PR tree-opt/29984
/* Prefetching used to prefer nonsensical unroll factor of 5 in this testcase. */
/* { dg-do compile { target i?86-*-* } } */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -fprefetch-loop-arrays -march=athlon -msse2 -mfpmath=sse -fdump-tree-aprefetch-details" } */
#define N 1000000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment