This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
gfortran testsuite regression
- From: FranÃois-Xavier Coudert <Francois-Xavier dot Coudert at lcp dot u-psud dot fr>
- To: gfortran <fortran at gcc dot gnu dot org>
- Cc: gcc-patches at gcc dot gnu dot org, DORIT at il dot ibm dot com, kbesaw at us dot ibm dot com, dnovillo at redhat dot com
- Date: Wed, 30 Mar 2005 10:46:59 +0200
- Subject: gfortran testsuite regression
- Organization: Laboratoire de Chimie Physique
Appeared tonight, after:
2005-03-29 Dorit Naishlos <dorit@il.ibm.com>
* gfortran.dg/vect: New directory.
* gfortran.dg/vect/vect.exp: New.
* gfortran.dg/vect/vect-1.f90: New test.
* gfortran.dg/vect/vect-2.f90: New test.
* gfortran.dg/vect/vect-3.f90: New test.
* gfortran.dg/vect/vect-4.f90: New test.
* gfortran.dg/vect/vect-5.f90: New test.
All platforms I use for nightly builds (sparc-solaris, i386-linux,
i686-freebsd) have the following failures in testsuite:
ERROR: gfortran.dg/vect/vect-1.f90 -O : error executing dg-final: no files
matched glob pattern "vect-1.f90 -O .t??.vect"
UNRESOLVED: gfortran.dg/vect/vect-1.f90 -O : error executing dg-final: no
files matched glob pattern "vect-1.f90 -O .t??.vect"
Hopefully, this was already spotted, but too much feedback can't kill.
FX
PS: I'm a bit surprised since this patch was :
"Bootstrapped and tested the vectorizer tests on i686-pc-linux-gnu,
and bootstrapped (with vectorization enabled) and tested (full make check)
on powerpc-darwin."