]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vect-5.f90: Expect alignment forcing only on ILP32 vect_no_align platforms.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 8 Dec 2005 09:29:54 +0000 (10:29 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 8 Dec 2005 09:29:54 +0000 (09:29 +0000)
* gfortran.dg/vect/vect-5.f90: Expect alignment forcing only on
ILP32 vect_no_align platforms.

From-SVN: r108223

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

index dfe9d4ded8946902d09844ec47ed2212dd4cff4e..c4e4162765fb6bf59b230488609353e94ad1bbc9 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 52c07549c54748e598e88df820c03ee793351b5a..db7b3f9e339a01fc01ef00fbfc822956522ccc48 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: