This is the mail archive of the gcc-patches@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]

Re: C++ PATCH: Fix construction vtable mangling


>>>>> "Jason" == Jason Merrill <jason_merrill@redhat.com> writes:

    Jason> We were failing to set DECL_ASSEMBLER_NAME on construction
    Jason> vtables, so mangle_decl wrapped their names in a class
    Jason> scope modifier.  Fixed by setting it in build_vtable rather
    Jason> than the caller.

Oh, wow.  Thanks.

Quasi-harmless, I guess, in that the ABI doesn't specify names for
these, but still goodness.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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