From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3732 invoked by alias); 30 Jul 2013 01:46:33 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 3701 invoked by uid 48); 30 Jul 2013 01:46:33 -0000 From: "keiths at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/15801] some C++11 symbols can't be demangled Date: Tue, 30 Jul 2013 01:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: keiths at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q3/txt/msg00124.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15801 Keith Seitz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |keiths at redhat dot com --- Comment #1 from Keith Seitz --- The two examples given demangle for me using 7.6.50.20130729-cvs, and they both demangle identically to the Fedora 18 system c++filt (version 2.23.51.0.1-6.fc18 20120806): $ ./gdb -nx -q (gdb) set lang c++ (gdb) maint demangle _Z7extractILc9ELi0EEbN7strings7XStringE6RecordIXT_EXT0_EJEE bool extract<(char)9, 0>(strings::XString, Record<(char)9, 0>) (gdb) maint demangle _Z1gIJidEEDTclL_Z1fEspplfp_Li1EEEDpT_ decltype (f(({parm#1}+(1))...)) g(int, double) In fact, I tried the 7.6 branch, and that, too, works the same way. So there is something unique to your situation that is causing you problems. Do you have a test case that you can share? -- You are receiving this mail because: You are on the CC list for the bug.