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/27897] ICE on common block with the same name as the program.



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


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