This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: gfortran testsuite regression
- From: FranÃois-Xavier Coudert <Francois-Xavier dot Coudert at lcp dot u-psud dot fr>
- To: Dorit Naishlos <DORIT at il dot ibm dot com>
- Cc: dnovillo at redhat dot com, gfortran <fortran at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org, Janis Johnson <janis187 at us dot ibm dot com>, Keith Besaw <kbesaw at us dot ibm dot com>
- Date: Wed, 30 Mar 2005 13:50:09 +0200
- Subject: Re: gfortran testsuite regression
- Organization: Laboratoire de Chimie Physique
- References: <OF92F92B0E.07BA7B32-ONC2256FD4.003C1F60-C2256FD4.003F3DDB@il.ibm.com>
On powerpc-apple-darwin I have:
Expect version is 5.26
Tcl version is 8.4
Framework version is 1.4.2.x
(works ok)
On i686-pc-linux-gnu I have:
Expect version is 5.38.0
Tcl version is 8.3
Framework version is 1.4.2
(works ok)
On powerpc-suse-linux I have:
Expect version is 5.40.0
Tcl version is 8.4
Framework version is 1.4.4
ERROR: gfortran.dg/vect/vect-1.f90 -O : error executing dg-final: no files
matched glob pattern "vect-1.f90 -O .t??.vect"
i386-linux:
Expect version is 5.42.1
Tcl version is 8.4
Framework version is 1.4.4
i686-freebsd:
Expect version is 5.38.0
Tcl version is 8.3
Framework version is 1.4.4
sparc-solaris:
Expect version is 5.42.1
Tcl version is 8.4
Framework version is 1.4.4
All three exhibit failure. This is most probably related to the Framework
version, indeed.
Only in this configuration this extra "-O" shows up, which seems to create
the problem.
You're right. In every case of failure I see, the "-O" is present.
FX