From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30295 invoked by alias); 20 Mar 2014 20:36:03 -0000 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 Received: (qmail 30215 invoked by uid 48); 20 Mar 2014 20:36:00 -0000 From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/56963] GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 Date: Thu, 20 Mar 2014 20:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 4.8.0 X-Bugzilla-Keywords: lto X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-03/txt/msg01913.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56963 Tobias Burnus changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #5 from Tobias Burnus --- This PR might have the same reason as PR60567. Namely, your GCC has not been compiled on a system with working linker plugin - and thus, lto1 is not invoked with -fresolution=. Try compiling with "-fuse-linker-plugin" - if that gives an error, try a GCC which has been configured with --with-plugin-ld= pointing to a newer Binutils - 2.21 or newer. If that helps, it is a duplicate of PR60567. If it doesn't help: Create a reduced test case as described at http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction#Reducing_LTO_bugs