This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33268] read ('(f3.3)'), a rejected due to the extra (...)



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]