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 libfortran/29936] Missed constraint on RECL=specifier in unformatted sequential WRITE



------- Comment #3 from tkoenig at gcc dot gnu dot org  2006-11-22 20:48 -------
(In reply to comment #0)
> The following example should give an EOR error.

This is one of the things that the programmer has to
get right, a processor may do anything (including
silently ignoring the error, as gfortran and ifort 8
did, and raising an error).

Oh well, in order not to cause a regression, I will have
to adjust my large record patch accordingly.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29936


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