This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/11220] g77: hiccup on variable declaration interchange
- From: "toon at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2003 05:51:29 -0000
- Subject: [Bug fortran/11220] g77: hiccup on variable declaration interchange
- References: <20030617102821.11220.anlauf@hep.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11220
toon at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From toon at gcc dot gnu dot org 2003-06-18 05:51 -------
Well, I did inquire on comp.lang.fortran and g77's behaviour is
conformant with the standard.
I do, however, concur that it would be useful to accept this
non-standard code.
g95 will do that by virtue of the fact that it does type resolution
only *after* all of the source has been processed.
I do not plan to fix this for g77 as it is an extension and
g77 is in maintenance mode.