This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33268] read ('(f3.3)'), a rejected due to the extra (...)
- 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: 9 Oct 2007 01:37:03 -0000
- Subject: [Bug fortran/33268] read ('(f3.3)'), a rejected due to the extra (...)
- References: <bug-33268-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from jvdelisle at gcc dot gnu dot org 2007-10-09 01:37 -------
Also, right now we warn on that comma so instead of warning we return MATCH_NO
for the statement and go back and try again with a different matcher and we
should be there.
I agree the comma is the key.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33268