From: Francois-Xavier Coudert Date: Sat, 14 Apr 2007 17:09:41 +0000 (+0000) Subject: re PR fortran/31561 (FAIL: gfortran.dg/vect/vect-4.f90) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f290cdf92435a4a60205832039f719388cb4fb2c;p=gcc.git re PR fortran/31561 (FAIL: gfortran.dg/vect/vect-4.f90) PR fortran/31561 * gfortran.dg/vect/vect-4.f90: xfail on vect_no_align targets. From-SVN: r123817 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eba3c95991f..96168d148b7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-04-14 Francois-Xavier Coudert + + PR fortran/31561 + * gfortran.dg/vect/vect-4.f90: xfail on vect_no_align targets. + 2007-04-14 Paul Thomas PR fortran/29507 diff --git a/gcc/testsuite/gfortran.dg/vect/vect-4.f90 b/gcc/testsuite/gfortran.dg/vect/vect-4.f90 index 74f4e97678e..22ab0d71bb8 100644 --- a/gcc/testsuite/gfortran.dg/vect/vect-4.f90 +++ b/gcc/testsuite/gfortran.dg/vect/vect-4.f90 @@ -10,7 +10,7 @@ Y = Y + A * X END ! { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } -! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" } } -! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" } } +! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail vect_no_align } } } +! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" { xfail vect_no_align } } } ! { dg-final { scan-tree-dump-times "accesses have the same alignment." 1 "vect" } } ! { dg-final { cleanup-tree-dump "vect" } }