From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 28C95388F317; Thu, 15 Dec 2022 14:28:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 28C95388F317 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671114511; bh=VYPuX19il3+o9zT4Wm/2WmyIPuBWt+vQwrl5Kbqr5Bw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rLUNghtsa3OqOjzzozhEbI5J8NHocY955sryYWIsYsN0FlQzPEfh9xxFO/XzWJcKa cyf/27hYEHy5CMv2sThUm7M8jzxI05hfYS/DWd3+W+e31lO0MqhAym7RBStNx3mrI6 pD7f6SVJqC+dIh+UyH+NL5HXGJDwWNJe7IuJTaRo= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug c++/29896] GDB git doesn't recognize template function name Date: Thu, 15 Dec 2022 14:28:28 +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: 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: 13.1 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=3D29896 --- Comment #4 from Tom Tromey --- > Another idea is to change the hashing I forgot the index uses a sorted vector, not a hash table. I tried using strcmp_iw_ordered, but that doesn't really have the right semantics. Now I'm working on a patch to implement a custom comparison function. --=20 You are receiving this mail because: You are on the CC list for the bug.=