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/54195] [4.8 Regression][OOP] IMPORT fails with GENERIC TBP: "is already present in the interface"


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

Mikael Morin <mikael at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael at gcc dot gnu.org

--- Comment #11 from Mikael Morin <mikael at gcc dot gnu.org> 2013-01-11 14:07:22 UTC ---
(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?


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