This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/26554] [gfortran] incorrect behaviour when reading a logical variable from a string
- From: "martin at mpa-garching dot mpg dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Mar 2006 14:41:58 -0000
- Subject: [Bug fortran/26554] [gfortran] incorrect behaviour when reading a logical variable from a string
- References: <bug-26554-2736@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from martin at mpa-garching dot mpg dot de 2006-03-06 14:41 -------
> On Comment #9: This is not really a bug depending on how one interprets the
> f95 standard. The three error families, EOR, END, and ERR are each treated
> separately. EOR and END are not considered the same as ERR.
I see. But in a WRITE statement, EOR and END must not be specified; how should
I try to catch the error condition then?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26554