From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4AD763858CDB; Sat, 20 Apr 2024 01:23:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4AD763858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713576209; bh=2hpEelu+WdwWMgHt1hmtDY8F3PRjk+wRhL1VREa9mp0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UfMblWGiWFIEYePzQ177nf0q79WVRpK4f/UtJubc/89ySFq0YfoP8qgIU5zZFxXSd iIQ8KeA+0DhDIPRoWtZko+df1xYWONQRMlApqZlmc2J8ikz06ktcvxiKpiTXyqnQyT JTTSnPFhULZuuUxkmGnk+EK+ei+YJ2GP5DIWa098= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug symtab/30845] Make gdb more tolerant for slightly different type strings in C++ Date: Sat, 20 Apr 2024 01:23:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: HEAD 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=3D30845 --- Comment #2 from Tom Tromey --- I suppose there are two bugs here. I have a patch for the separator problem but not the ">>" problem. Name canonicalization is somewhat fragile as C++ evolves. There may not be a good way to do better though. --=20 You are receiving this mail because: You are on the CC list for the bug.=