public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/17762] New: template lookup: partial syms vs syms differences
@ 2014-12-27  7:10 dje at google dot com
  2014-12-27  7:35 ` [Bug symtab/17762] " dje at google dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dje at google dot com @ 2014-12-27  7:10 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=17762

            Bug ID: 17762
           Summary: template lookup: partial syms vs syms differences
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

While debugging a failure in a sandbox I noticed odd behaviour with the
templates.exp testcase.

psyms have this (from mt print psym):

Baz<int, (char)'\\001>::baz

yet syms have Baz<int, (char)1>::baz

and while single stepping through symbol lookup via quick fns, the lookup
failed,
as expected, because the "(char)1" version was passed for lookup and was
compared with the "(char)'\\001'" version in the psym table.

Is there a real problem here?
Filing this so it's not forgotten.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-02-25  1:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-27  7:10 [Bug symtab/17762] New: template lookup: partial syms vs syms differences dje at google dot com
2014-12-27  7:35 ` [Bug symtab/17762] " dje at google dot com
2022-10-21 17:19 ` tromey at sourceware dot org
2022-10-21 17:20 ` tromey at sourceware dot org
2022-10-21 17:37 ` tromey at sourceware dot org
2022-10-21 17:43 ` tromey at sourceware dot org
2023-01-11 23:47 ` dblaikie at gmail dot com
2023-02-25  1:55 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).