[Bug fortran/48588] [4.6/4.7 Regression] ICE (segfault) in gfc_get_nodesc_array_type

mikael at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 19 10:28:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48588

--- Comment #6 from Mikael Morin <mikael at gcc dot gnu.org> 2011-04-19 10:27:29 UTC ---
(In reply to comment #5)
> The following seems to mostly work. I think some double resolving could happen
> - thus, one might need to tweak resolve_all_program_units.
Either this or we have to delay module code generation as well.
I can't tell whether double resolving is a problem. But I think resolving too
early may be problematic as one can miss references to global procedures if
they are defined later in the same file.



More information about the Gcc-bugs mailing list