From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3218 invoked by alias); 25 Feb 2014 23:52:32 -0000 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 Received: (qmail 3188 invoked by uid 48); 25 Feb 2014 23:52:29 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/60339] gnat weird DW_AT_abstract_origin Date: Tue, 25 Feb 2014 23:52: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-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-02/txt/msg02557.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60339 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |ebotcazou at gcc dot gnu.org Resolution|--- |WORKSFORME --- Comment #1 from Eric Botcazou --- > concrete instance tree (Out-of-Line Instance): > <1><47562>: Abbrev Number: 62 (DW_TAG_subprogram) > <47563> DW_AT_abstract_origin: <0x46678> > <47567> DW_AT_low_pc : 0x4517e0 > <4756f> DW_AT_high_pc : 0x261 > > abstract instance tree: > <1><46678>: Abbrev Number: 48 (DW_TAG_subprogram) > <46679> DW_AT_name : atree__copy_separate_tree > <46684> DW_AT_inline : 1 (inlined) > <2><46689>: Abbrev Number: 112 (DW_TAG_subprogram) > <4668a> DW_AT_name : atree__copy_separate_tree__copy_entity > <46695> DW_AT_low_pc : 0x450ca0 > <4669d> DW_AT_high_pc : 0x3c9 > - why are specific PCs in _abstract_ instance tree? This is a non-inlined subroutine nested in an inlined subroutine, see 3.3.8.4. > - BTW the tree has 301 DIEs, that seems too large for an abstract instance > tree !!??? > BTW master (4.9 - r208124) failed on GNAT internal error during bootstrap. Please open a separate PR for this.