Dorit,
   I only have access to Darwin PPC at -m64 and 
x86_64. However I have only been directly testing
Darwin PPC at -m64 and relying on the gcc-testresults
mailing list archive for the rest of the architectures.
Perhaps someone else here can provide a dump file
generated by -fdump-tree-vect-details on ia64 for
gfortran.dg/vect/vect-5.f90.
             Jack
ps for now I guess we can just adjust the test along
these lines...

Index: vect-5.f90
===================================================================
--- vect-5.f90  (revision 117033)
+++ vect-5.f90  (working copy)
@@ -35,7 +35,7 @@
         stop
         end
 
-! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail { 
lp64 } } } }
+! { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail { 
target {lp64 && !{powerpc-*-darwin*} && !{x86_64-*-*}} } } } }
 ! { 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 { ilp32 && vect_no_align } } } }

Reply via email to