[Bug libfortran/41683] [4.5 Regression] F2003 Repeat specification after P descriptor rejected
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Oct 12 13:39:00 GMT 2009
------- Comment #1 from jvdelisle at gcc dot gnu dot org 2009-10-12 13:39 -------
Possible patch untested:
Index: io/format.c
===================================================================
--- io/format.c (revision 152657)
+++ io/format.c (working copy)
@@ -706,7 +706,8 @@
goto data_desc;
}
- if (t != FMT_COMMA && t != FMT_RPAREN && t != FMT_SLASH)
+ if (t != FMT_COMMA && t != FMT_RPAREN && t != FMT_SLASH
+ && t != FMT_POSINT)
{
fmt->error = "Comma required after P descriptor";
goto finished;
--
jvdelisle at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-10-12 13:39:43
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41683
More information about the Gcc-bugs
mailing list