From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B104B3858415; Wed, 10 Apr 2024 09:59:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B104B3858415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712743150; bh=RlW9NindXZeO4ljKu4BvspyMZBNfgiAzo0+dRj/qYtY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FVXiU2wH4dGJgbNpFDJ/eQ1frTgpja3s0GhDdxwB+clqrF8A4du6lZ9ZGC/yFOBYT 7f+jnfWiz61YZmabppQpHWD1Ck1nBtDYIrxBF2vyUJsq15XucZupgHbm2Fux77nwAg 1TzizueLgJz/oHXqergwCZQ32jRYaa1zzr/cP5t0= From: "tromey at sourceware dot 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: Wed, 10 Apr 2024 09:59:09 +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: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned 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 #7 from Tom Tromey --- I added a "maint canonicalize" command and now the problem is reasonably clear: (gdb) maint canonicalize void C<(char)1>::m() No change. (gdb) maint canonicalize void C<'\001'>::m() canonical =3D void C<(char)'\001'>::m() I think these should canonicalize to the same thing. --=20 You are receiving this mail because: You are on the CC list for the bug.=