------- Comment #5 from pault at gcc dot gnu dot org 2007-11-15 15:19 -------
(In reply to comment #4)
> (In reply to comment #3)
> Bother, the patch causes some regressions (interface_[3-5].f90)...
> Paul
These were easily fixed - also nested_modules_1.f90 was not standard compliant
in this regard. It now regtests with find_symbol modified to:
c = strcmp (name, st->n.sym->name);
if (c == 0 && st->n.sym->module
&& strcmp (module, st->n.sym->module) == 0)
return st;
Off to generics and operators now!
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33541