c++/8964: [3.3 regression] [ABI] different mangling of names

Janis Johnson janis187@us.ibm.com
Mon Dec 23 09:41:00 GMT 2002


PR c++/8964 reports a change in name mangling that is not
affected by the --abi-version switch.  It's caused by this
patch, which adds a -Wabi warning that is issued for this
test case, and information to the documentation about this
kind of code.

Should the name mangling here be affected by --abi-version?

--- gcc/gcc/ChangeLog ---

2002-10-03  Mark Mitchell  <mark@codesourcery.com>

        * doc/invoke.texi (-Wabi): Document mangling bug.

--- gcc/gcc/cp/ChangeLog ---

2002-10-03  Mark Mitchell  <mark@codesourcery.com>

        PR c++/8006
        * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Handle
        instances of template template parameters.

My testing used the submitter's test case.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8964





More information about the Gcc-bugs mailing list