OS: Windows 7 (64-bit) and Vista (32-bit)
after updating TDM-GCC, gfortran programs do not work anymore
minimal program source:
----------- a.f90 ------
integer x open(1, file='y.txt') read(1, *) x close(1) end
Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: #0 ffffffff
and freeze.
for 64-bit version (gfortran -m64 a.f90),
we get the same but 'fffffffff's are longer and go about 15 times
It is caused by both tdm-gcc-5.1.0-3.exe and tdm64-gcc-5.1.0-2.exe
if I choose
But everything is all right
if I run tdm-gcc-5.1.0-3.exe
and choose 'MinGW Stable, All Packages' (which is missing in 64-bit installer)
then all fortran programs run good.
I.e. version 5.1.0-tdm-1 does not work, 4.8.1-4 does.
Not very urgent, as older version helps, but rather unexpected
Anonymous
(P.S. Sorry for font and numbered lines, little experience with editor!)