From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18072 invoked by alias); 17 Oct 2009 08:00:21 -0000 Received: (qmail 17602 invoked by uid 48); 17 Oct 2009 07:59:47 -0000 Date: Sat, 17 Oct 2009 08:00:00 -0000 Subject: [Bug debug/41736] New: missing DW_TAG_template_*_ in some cases X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dodji at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg01510.txt.bz2 Consider the short snippet: template 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