OSDN Git Service

2006-11-29 Eric Christopher <echristo@apple.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Nov 2006 19:31:24 +0000 (19:31 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Nov 2006 19:31:24 +0000 (19:31 +0000)
        * gcc.dg/tree-ssa/prefetch-3.c: Allow x86_64, but require ilp32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119333 138bc75d-0d04-0410-961f-82ee72b054a4

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

index dd19759..6ba0285 100644 (file)
@@ -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
index c5767a7..2c1282d 100644 (file)
@@ -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