[Bug libfortran/25039] broken formatted I/O

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Nov 29 00:08:00 GMT 2005



------- Comment #6 from kargl at gcc dot gnu dot org  2005-11-29 00:08 -------
The error is actually correct behavior.  The comma is
not a valid character in an integer and the '(2I9)'
format is telling the compiler that you are inputting
2 integers with 9 digits each.  The comma does not
short-circuit the read statement.

I have changed the severity to "enhancement"


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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



More information about the Gcc-bugs mailing list