From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5487 invoked by alias); 23 Dec 2002 17:46:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 5469 invoked by uid 71); 23 Dec 2002 17:46:02 -0000 Date: Mon, 23 Dec 2002 09:46:00 -0000 Message-ID: <20021223174602.5468.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Janis Johnson Subject: Re: c++/8964: [3.3 regression] [ABI] different mangling of names Reply-To: Janis Johnson X-SW-Source: 2002-12/txt/msg01242.txt.bz2 List-Id: The following reply was made to PR c++/8964; it has been noted by GNATS. From: Janis Johnson To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, catherin@ca.ibm.com, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: c++/8964: [3.3 regression] [ABI] different mangling of names Date: Mon, 23 Dec 2002 09:42:19 -0800 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 * doc/invoke.texi (-Wabi): Document mangling bug. --- gcc/gcc/cp/ChangeLog --- 2002-10-03 Mark Mitchell 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