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]

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


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




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