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: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Sep 2007 13:03:02 -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 #4 from tobi at gcc dot gnu dot org 2007-09-20 13:03 -------
Created an attachment (id=14231)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14231&action=view)
Failed attempt at a patch
This is a first attempt at a patch. Unfortunately, when I wrote the e-mail for
submission to the list, I realised that it would make us erroneously accept
something like
READ (UNIT=("(f5.3)")) x
I have no non-intrusive idea for fixing this problem, but will look into it
further when I return from vacation. The patch also contains a bunch of
cleanups which I will split out and submit separately.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33268