OSDN Git Service

* gfortran.dg/vect/vect-5.f90: Expect alignment forcing only on
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Dec 2005 09:29:54 +0000 (09:29 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Dec 2005 09:29:54 +0000 (09:29 +0000)
ILP32 vect_no_align platforms.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/vect/vect-5.f90

index dfe9d4d..c4e4162 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gfortran.dg/vect/vect-5.f90: Expect alignment forcing only on
+       ILP32 vect_no_align platforms.
+
 2005-12-08  Andreas Krebbel  <krebbel1@de.ibm.com>
             Jakub Jelinek  <jakub@redhat.com>
 
index 52c0754..db7b3f9 100644 (file)
@@ -38,7 +38,7 @@
 ! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail { lp64 } } } }
 ! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail { vect_no_align || lp64 } } } }
 ! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align || lp64 } } } }
-! { dg-final { scan-tree-dump-times "Alignment of access forced using versioning." 3 "vect" {target vect_no_align } } }
+! { dg-final { scan-tree-dump-times "Alignment of access forced using versioning." 3 "vect" { target { ilp32 && vect_no_align } } } }
 
 ! We also expect to vectorize one loop for lp64 targets that support 
 ! misaligned access: