------- 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