From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2266 invoked by alias); 30 Jun 2010 13:00:34 -0000 Received: (qmail 1820 invoked by uid 48); 30 Jun 2010 12:59:36 -0000 Date: Wed, 30 Jun 2010 13:00:00 -0000 Message-ID: <20100630125936.1819.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug lto/44724] LTO segfault 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/msg02926.txt.bz2 ------- Comment #2 from rguenth at gcc dot gnu dot org 2010-06-30 12:59 ------- On the link command-line add -r -nostdlib and start removing as many objects and libraries from the command-line as possible (preserving the crash of course). If static libraries remain, open them up and add/remove individual object files. For the smallest set of object files we need preprocessed source and the command-lines to produce them. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44724