public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/53023] New: file_table_last_lookup is used, but never set
@ 2012-04-17 20:16 hjl.tools at gmail dot com
  2012-04-17 20:21 ` [Bug debug/53023] " hjl.tools at gmail dot com
  2021-08-25 20:06 ` pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2012-04-17 20:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53023

             Bug #: 53023
           Summary: file_table_last_lookup is used, but never set
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


[hjl@gnu-6 gcc]$ grep file_table_last_lookup dwarf2out.c
static GTY(()) struct dwarf_file_data * file_table_last_lookup;
  if (file_table_last_lookup
      && (file_name == file_table_last_lookup->filename
      || filename_cmp (file_table_last_lookup->filename, file_name) == 0))
    return file_table_last_lookup;
[hjl@gnu-6 gcc]$


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

end of thread, other threads:[~2021-08-25 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-17 20:16 [Bug debug/53023] New: file_table_last_lookup is used, but never set hjl.tools at gmail dot com
2012-04-17 20:21 ` [Bug debug/53023] " hjl.tools at gmail dot com
2021-08-25 20:06 ` pinskia at gcc dot gnu.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).