------- Comment #6 from burnus at gcc dot gnu dot org 2006-12-03 08:32 -------
For
READ(1,ERR=10) J ! Read beyond EOF
there are two possible implementations one finds:
ifort: forrtl: severe (24): end-of-file during read
gfortran: Fortran runtime error: End of file
g95: Internal Error: EOF condition not handled-- END= tag needed
sunf95: End-of-file: -1
or
NAG f95: error value
g77: error value-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30009
