This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/26509] incorrect behaviour of error-handler for internal read



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]