C++ PATCH to implement mangling of unnamed types with linkage

H.J. Lu hjl.tools@gmail.com
Sun Jan 23 22:49:00 GMT 2011


On Fri, Oct 2, 2009 at 5:49 PM, Jason Merrill <jason@redhat.com> wrote:
> DR 757 allows types without linkage to be used in decls with linkage so long
> as those decls are defined in the current translation unit.  And in fact
> some of those types really do have linkage: notably, class-scope unnamed
> types and function-local types in functions with vague linkage.  The C++ ABI
> now specifies a mangling for these, which this patch implements.
>
> Tested x86_64-pc-linux-gnu, applied to trunk.
>

This caused:

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

-- 
H.J.



More information about the Gcc-patches mailing list