From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6328 invoked by alias); 21 Aug 2009 18:12:45 -0000 Received: (qmail 5689 invoked by uid 48); 21 Aug 2009 18:12:33 -0000 Date: Fri, 21 Aug 2009 18:12:00 -0000 Subject: [Bug fortran/41143] New: Support DW_TAG_common_inclusion X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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-08/txt/msg01747.txt.bz2 See also PR 37738, especially PR 37738 comment 5 and 7. The DWARF3 standard (http://dwarfstd.org/Dwarf3.pdf) has the following. While nice in principle, there are some potential problems (see PR 37738). "3.3.4 Declarations Owned by Subroutines and Entry Points" "The entry for a subroutine that includes a Fortran common block has a child entry with the tag DW_TAG_common_inclusion. The common inclusion entry has a DW_AT_common_reference attribute whose value is a reference to the debugging entry for the common block being included (see Section 4.2)." -- Summary: Support DW_TAG_common_inclusion Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: burnus at gcc dot gnu dot org OtherBugsDependingO 24546 nThis: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41143