From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31866 invoked by alias); 30 Aug 2008 19:35:28 -0000 Received: (qmail 31546 invoked by uid 48); 30 Aug 2008 19:34:08 -0000 Date: Sat, 30 Aug 2008 19:35:00 -0000 Message-ID: <20080830193408.31545.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/37287] [4.4 Regression] ICE (segfault) with new debugging patch In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub 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: 2008-08/txt/msg02450.txt.bz2 ------- Comment #2 from jakub at gcc dot gnu dot org 2008-08-30 19:34 ------- Created an attachment (id=16172) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16172&action=view) gcc44-pr37287.patch Patch I'm going to bootstrap/regtest. For DW_TAG_module with DW_AT_declaration we really shouldn't add DW_AT_decl_file and DW_AT_decl_line attributes, we don't know in which file they are defined (and even if we read it from *.mod, it is a different file than the CU ever includes). -- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org | Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37287