public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/14169] New: Unneeded base types output in dwarf2
@ 2004-02-17  4:57 drow at gcc dot gnu dot org
  2004-02-17  5:08 ` [Bug debug/14169] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: drow at gcc dot gnu dot org @ 2004-02-17  4:57 UTC (permalink / raw)
  To: gcc-bugs

This code:
namespace std
{
  struct __numeric_limits_base
  {
    static const bool is_specialized = false;
  };
}

causes DIEs to be emitted for:
- the compilation unit
- namespace std; an empty namespace decl serves no purpose
- bool; but nothing to reference it.  The uses were all pruned
  so the type should have been pruned also.

-- 
           Summary: Unneeded base types output in dwarf2
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: drow at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2024-01-26 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-14169-4@http.gcc.gnu.org/bugzilla/>
2024-01-26 13:33 ` [Bug debug/14169] Unneeded base types output in dwarf2 rguenth at gcc dot gnu.org
2004-02-17  4:57 [Bug debug/14169] New: " drow at gcc dot gnu dot org
2004-02-17  5:08 ` [Bug debug/14169] " pinskia at gcc dot gnu 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).