From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19017 invoked by alias); 1 May 2012 15:00:34 -0000 Received: (qmail 19002 invoked by uid 22791); 1 May 2012 15:00:33 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED,TW_SV X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 May 2012 15:00:20 +0000 From: "mark at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/44664] CU DW_AT_low_pc, DW_AT_entry_pc are 0x0 Date: Tue, 01 May 2012 15:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: mark at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Last reconfirmed CC Ever Confirmed Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-05/txt/msg00013.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44664 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2012-05-01 CC| |mark at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #2 from Mark Wielaard 2012-05-01 15:00:01 UTC --- I think the DW_AT_entry_pc issue was resolved by: commit cb18bd3ce42532858cc65a1f20f3d79d5c253dde Author: mark Date: Fri Apr 1 18:24:52 2011 +0000 Don't add DW_AT_low_pc if the CU has no associated code. * dwarf2out.c (dwarf2out_finish): Don't add low_pc and/or high_pc attribute if the CU has no associated code. Only output DW_AT_entry_pc for CU if not generating strict dwarf and dwarf_version < 4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171846 138bc75d-0d04-0410-96 Since comment #1 said "So, from (a) IMHO only the point about DW_AT_entry_pc not allowed on CU is valid." Can this issue now be closed?