This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Fortran-Experiments]: regressions
hi all,
i've looked through the log file to get the commands that are failing.
the results of doing the commands by hand are below.
FAIL: gfortran.dg/loop_nest_1.f90 -O (internal compiler error)
$>gfortran loop_nest_1.f90 -O -O3 -ftree-loop-linear -S -o loop_nest_1.s
loop_nest_1.f90: In function pr29290:
loop_nest_1.f90:5: internal compiler error: in int_cst_value, at
tree.c:7684
FAIL: gfortran.dg/module_implicit_conversion.f90 -O (test for excess
errors)
$>gfortran module_implicit_conversion.f90 -O -std=gnu -S -o
module_implicit_conversion.s
module_implicit_conversion.f90:7.37:
end module module_implicit_conversion
1
Internal Error at (1):
write_atom(): Writing negative integer
in gfortran.log, it reports this error as the excess error.
FAIL: gfortran.dg/pr29581.f90 -O0 (internal compiler error)
$>gfortran pr29581.f90 -O0 -O2 -ftree-loop-linear -lm -o ./pr29581.exe
pr29581.f90: In function foo:
pr29581.f90:5: internal compiler error: in int_cst_value, at tree.c:7684
my gfortran from the fortran-experiments:
GNU Fortran (GCC) 4.3.0 20070314 (experimental)
i don't have a copy of gcc 4.3 on my box except for that from
fortran-experiments, so i can't do that base test. if i need to, i'll
check out a copy of it and bootstrap, etc.
thanks.
Chris