[Bug fortran/54195] [4.8 Regression][OOP] IMPORT fails with GENERIC TBP: "is already present in the interface"
janus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 11 14:30:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54195
--- Comment #12 from janus at gcc dot gnu.org 2013-01-11 14:29:41 UTC ---
(In reply to comment #11)
> (In reply to comment #10)
> > For comment #8, resolve_typebound_intrinsic_op is called twice: Once for the
> > base type 'nc', and once for the extended type 'ncb'.
> >
> The `gfc_namespace' struct has a `resolved' attribute. Maybe we can use it?
Not sure. I was thinking that we may need such an attribute for each type
symbol ("gfc_symbol.resolved"?). See e.g. PR 44978 for a related problem.
More information about the Gcc-bugs
mailing list