public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/41736]  New: missing DW_TAG_template_*_ in some cases
@ 2009-10-17  8:00 dodji at gcc dot gnu dot org
  2009-10-17  8:00 ` [Bug debug/41736] " dodji at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dodji at gcc dot gnu dot org @ 2009-10-17  8:00 UTC (permalink / raw)
  To: gcc-bugs

Consider the short snippet:

template <int I> struct S {};
S<2> *s = 0;

The debug info generated for the S<2> type looks like:
~=~
.uleb128 0x2    # (DIE (0x2d) DW_TAG_structure_type)
.long   .LASF3  # DW_AT_name: "S<2>"
.byte   0x1     # DW_AT_declaration
~=~

There is no DW_TAG_template_value_param generated for it, for instance.


-- 
           Summary: missing DW_TAG_template_*_ in some cases
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dodji at gcc dot gnu dot org


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


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

end of thread, other threads:[~2010-08-31 18:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-17  8:00 [Bug debug/41736] New: missing DW_TAG_template_*_ in some cases dodji at gcc dot gnu dot org
2009-10-17  8:00 ` [Bug debug/41736] " dodji at gcc dot gnu dot org
2009-10-17 11:42 ` dodji at gcc dot gnu dot org
2009-10-21 13:10 ` dodji at gcc dot gnu dot org
2010-07-21 15:20 ` tromey at gcc dot gnu dot org
2010-08-31 18:34 ` tromey 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).