From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22327 invoked by alias); 15 Dec 2003 17:24:37 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22315 invoked by uid 48); 15 Dec 2003 17:24:37 -0000 Date: Mon, 15 Dec 2003 17:24:00 -0000 Message-ID: <20031215172437.22314.qmail@sources.redhat.com> From: "carlo at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030127145601.9450.catherin@ca.ibm.com> References: <20030127145601.9450.catherin@ca.ibm.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/9450] [ABI] incorrect mangled name for scope resolution template argument X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg01552.txt.bz2 List-Id: ------- Additional Comments From carlo at gcc dot gnu dot org 2003-12-15 17:24 ------- (In reply to comment #5) I believe it should be _Z2f5IXadL_ZN2A51iEEEEvi the 'sr' construct ::= sr should only be used for 'dependent' names, dependent on template arguments thus - and not be used in a template argument itself. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9450