From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31117 invoked by alias); 27 Jul 2005 22:56:03 -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 31091 invoked by uid 48); 27 Jul 2005 22:55:59 -0000 Date: Wed, 27 Jul 2005 23:09:00 -0000 Message-ID: <20050727225559.31090.qmail@sourceware.org> From: "ian at airs dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040628024250.16240.mckelvey@maskull.com> References: <20040628024250.16240.mckelvey@maskull.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/16240] [3.4/3.5 ABI Regression] g++ generates incorrect mangled name X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg03637.txt.bz2 List-Id: ------- Additional Comments From ian at airs dot com 2005-07-27 22:55 ------- In comment #7 Giovanni was saying that the compiler was generating the wrong string. The correct string is the one in the quote from the C++ ABI. The compiler has now been fixed the generate the correct string. The demangler only handles the correct string. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16240