[Bug fortran/46313] [OOP] OOP-ABI issue, ALLOCATE issue, CLASS renaming issue

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Nov 6 15:26:00 GMT 2010


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

janus at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2010.11.06 15:26:39
         AssignedTo|unassigned at gcc dot       |janus at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #4 from janus at gcc dot gnu.org 2010-11-06 15:26:39 UTC ---
(In reply to comment #0)
> (c) The following fails to link as the VTABLE only encodes the type name and
> not the module name:

Yes, the basic problem here is our naming scheme for class containers, vtabs,
etc. It currently only contains the type name. When also including the module
name, both test cases work.

I'll post a patch soon.



More information about the Gcc-bugs mailing list