This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
somebody has broken gfortran
- From: Paul Thomas <paulthomas2 at wanadoo dot fr>
- To: "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>
- Date: Tue, 29 Nov 2005 21:50:57 +0100
- Subject: somebody has broken gfortran
I was in the midst of doing a final regtest of the PR15809 patch, when
all hell broke loose. I reverted and the problem is still there:
[prt@localhost trunk]# svn status
? gcc/testsuite/gfortran.dg/auto_char_dummy_array_1.f90 <<< ie
the pr15809 testcase
[prt@localhost trunk]# svn up
At revision 107678.
[prt@localhost trunk]#
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file
for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for
target.
Using /svn/gcc-4.2/trunk/gcc/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running /svn/gcc-4.2/trunk/gcc/testsuite/gfortran.dg/dg.exp ...
FAIL: gfortran.dg/PR19872.f -O1 execution test
FAIL: gfortran.dg/PR19872.f -O2 execution test
FAIL: gfortran.dg/PR19872.f -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/PR19872.f -O3 -fomit-frame-pointer -funroll-loops
execution test
FAIL: gfortran.dg/PR19872.f -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions execution test
FAIL: gfortran.dg/PR19872.f -O3 -g execution test
FAIL: gfortran.dg/PR19872.f -Os execution test
FAIL: gfortran.dg/append-1.f90 -O0 execution test
FAIL: gfortran.dg/append-1.f90 -O1 execution test
FAIL: gfortran.dg/append-1.f90 -Os execution test
FAIL: gfortran.dg/arrayio_1.f90 -O0 execution test
FAIL: gfortran.dg/arrayio_1.f90 -O1 execution test
FAIL: gfortran.dg/arrayio_1.f90 -O2 execution test
FAIL: gfortran.dg/arrayio_1.f90 -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/arrayio_1.f90 -O3 -fomit-frame-pointer
-funroll-loops execution test
FAIL: gfortran.dg/arrayio_1.f90 -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions execution test
FAIL: gfortran.dg/arrayio_1.f90 -O3 -g execution test
FAIL: gfortran.dg/arrayio_1.f90 -Os execution test
FAIL: gfortran.dg/arrayio_2.f90 -O0 execution test
FAIL: gfortran.dg/arrayio_2.f90 -O1 execution test
FAIL: gfortran.dg/arrayio_2.f90 -O2 execution test
FAIL: gfortran.dg/arrayio_2.f90 -O3 -g execution test
FAIL: gfortran.dg/arrayio_2.f90 -Os execution test
got a INT signal, interrupted by user
=== gfortran Summary ===
# of expected passes 326
# of unexpected failures 23
/svn/gcc-4.2/build/gcc/testsuite/../gfortran version 4.2.0 20051129
(experimental)
I cannot immediately see what the problem is either from the symptoms
(seg faults) nor the ChangeLogs - I've had a bad day and am going to bed!
Paul