From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6133 invoked by alias); 9 Jun 2010 10:56:13 -0000 Received: (qmail 6045 invoked by uid 48); 9 Jun 2010 10:55:53 -0000 Date: Wed, 09 Jun 2010 10:56:00 -0000 Message-ID: <20100609105553.6044.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: "andi-gcc at firstfloor 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/msg00993.txt.bz2 ------- Comment #4 from andi-gcc at firstfloor dot org 2010-06-09 10:55 ------- I was told that the whopr link step would inherit the optimization flags from the build step. Is that not true? Here's a reduced test case with only a single input file (reduced too) gcc46 -O2 -fwhopr -c igmp.mini.i gcc46 -r -fwhopr igmp.mini.o -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44464