This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
gfortran testsuite regression, gfortran.dg/entry_3.f90
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: GFortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>, "GCC Development" <gcc at gcc dot gnu dot org>
- Date: Fri, 5 May 2006 13:05:55 +0200
- Subject: gfortran testsuite regression, gfortran.dg/entry_3.f90
Hi all,
The following regression appeared between 20060504 and 20060505 on
i686-linux. It is filed as PR 27443,and appears to be a consequence of
a new optimization pass introduced by revision 113518.
FAIL: gfortran.fortran-torture/execute/entry_3.f90 compilation, -O3
-fomit-frame-pointer
FAIL: gfortran.fortran-torture/execute/entry_3.f90 compilation, -O3
-fomit-frame-pointer -funroll-loops
FAIL: gfortran.fortran-torture/execute/entry_3.f90 compilation, -O3
-fomit-frame-pointer -funroll-all-loops -finline-functions
FAIL: gfortran.fortran-torture/execute/entry_3.f90 compilation, -O3 -g
Regards,
FX