This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Unexpected pass on no-vfa-pr32377.f90
- From: Dorit Nuzman <DORIT at il dot ibm dot com>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: Fortran List <fortran at gcc dot gnu dot org>
- Date: Sat, 3 Nov 2007 20:00:46 -0800
- Subject: Re: Unexpected pass on no-vfa-pr32377.f90
fortran-owner@gcc.gnu.org wrote on 03/11/2007 15:08:38:
> Saw this today. We should what platforms this is working on and
> maybe un xfail it.
>
> On x86_64-unknown-linux-gnu
>
> XPASS: gfortran.dg/vect/no-vfa-pr32377.f90 scan-tree-dump-times vect
> "vectorized
> 2 loops" 1
>
It's probably passing since r129797:
2007-10-31 Sebastian Pop <sebastian.pop@amd.com>
PR tree-optimization/32377
...
I guess we should add
"! { dg-require-effective-target vect_float }"
and remove the xfail. I'll prepare a patch along these lines.
dorit
> Jerry