From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10909 invoked by alias); 8 Jun 2010 09:55:34 -0000 Received: (qmail 10866 invoked by uid 48); 8 Jun 2010 09:55:21 -0000 Date: Tue, 08 Jun 2010 09:55:00 -0000 Message-ID: <20100608095521.10865.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug lto/44464] ICE during linux kernel whopr build In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth 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-06/txt/msg00860.txt.bz2 ------- Comment #3 from rguenth at gcc dot gnu dot org 2010-06-08 09:55 ------- Did you reduce the number of object files already? Note that you are linking without optimization (and you probably built the .o files with optimization?) So this might be a duplicate of PR41159. Can you put output of adding -v to one of the .o file compiles? Can you put preprocessed source of all .o file sources that are required to reproduce the bug somewhere? Thx. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Keywords| |lto Version|lto |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44464