This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/29936] Missed constraint on RECL=specifier in unformatted sequential WRITE
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Nov 2006 20:48:50 -0000
- Subject: [Bug libfortran/29936] Missed constraint on RECL=specifier in unformatted sequential WRITE
- References: <bug-29936-10743@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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