From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 90992384AB52; Tue, 14 May 2024 20:00:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90992384AB52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715716856; bh=haVw3XQyldqO9EU2GP0950tnN1PRUAVQqpa6FBN7Sdo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mslpyvwjVlOUnWiB1MgiYR+cHLoIW70C21vcBQNxqyW2uWUp0pDEI9x0QTfiQ8HGh swKUkZCrOMrZFO7DBPvYXC81iPeCBK6C+3N0D/eDKPt52/rRrz0wGmetaQ7gzgHk2w DX0N80Usk543Vkk2Q75abg3MjjqRAq84zaezLshw= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug c++/16843] GDB relies on the mangled name of a subprogram to be a prefix of the enclosing class name Date: Tue, 14 May 2024 20:00:55 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D16843 --- Comment #9 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D843d1820007c= e64f5a69a64102a6607dcff2ce27 commit 843d1820007ce64f5a69a64102a6607dcff2ce27 Author: Tom Tromey Date: Wed Apr 10 16:49:51 2024 -0600 Fix C++ name canonicalizations of character literals The names "void C<(char)1>::m()" and "void C<'\001'>::m()" should canonicalize to the same string, but currently they do not -- the former remains unchanged and the latter is transformed to "void C<(char)'\001'>::m()". This patch fixes the bug and also adds some unit tests. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D16843 Approved-By: John Baldwin --=20 You are receiving this mail because: You are on the CC list for the bug.=