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.