This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/27897] ICE on common block with the same name as the program.
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jun 2006 21:18:45 -0000
- Subject: [Bug fortran/27897] ICE on common block with the same name as the program.
- References: <bug-27897-9795@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pault at gcc dot gnu dot org 2006-06-05 21:18 -------
Iguchi-san,
The error is at line 2296 of match.c; a sym->name is used, where sym is not yet
defined. It should just be the parsed name, "name".
I wil submit a patch in the next day or so (I am trying to get a backlog out of
the door.).
Thanks again
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27897