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: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Mar 2006 14:22:52 -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 #10 from jvdelisle at gcc dot gnu dot org 2006-03-06 14:22 -------
On Comment #8: Yes I will be committing the logical patch to 4.1 branch soon.
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. This is probably
processor dependant behavior. Regardless, it is PR26509 which we are still
evaluating.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26554