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
This commit is contained in:
parent
cc9d154c48
commit
3a7d5586cb
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -1,6 +1,7 @@
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user