From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9449 invoked by alias); 30 Mar 2010 15:47:50 -0000 Received: (qmail 9363 invoked by uid 48); 30 Mar 2010 15:47:33 -0000 Date: Tue, 30 Mar 2010 15:47:00 -0000 Message-ID: <20100330154733.9362.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/43557] ICE with -combine and -g 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: 2010-03/txt/msg03030.txt.bz2 ------- Comment #3 from jakub at gcc dot gnu dot org 2010-03-30 15:47 ------- Created an attachment (id=20259) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20259&action=view) gcc45-pr43557.patch This is a --combine mode bug, the type definitely shouldn't be incomplete just because it has been incomplete in another TU, but it doesn't hurt if expand_debug_expr is more robust. -- 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=43557