[Bug fortran/26509] incorrect behaviour of error-handler for internal read
dir at lanl dot gov
gcc-bugzilla@gcc.gnu.org
Tue Mar 7 16:30:00 GMT 2006
------- Comment #8 from dir at lanl dot gov 2006-03-07 16:30 -------
Here are the ABSOFT and IBM xlf results -
[dranta:~/tests/gfortran-D] dir% f90 -o write30 write30.f
[dranta:~/tests/gfortran-D] dir% write30
read error occurred
[dranta:~/tests/gfortran-D] dir% xlf90 -o write30 write30.f
** dummy === End of Compilation 1 ===
1501-510 Compilation successful for file write30.f.
[dranta:~/tests/gfortran-D] dir% write30
1525-002 The I/O statement on the internal file cannot be completed because the
end of the internal file was reached. The program will stop.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26509
More information about the Gcc-bugs
mailing list