From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31130 invoked by alias); 26 Jan 2013 02:41:28 -0000 Received: (qmail 30294 invoked by uid 48); 26 Jan 2013 02:41:14 -0000 From: "tanjinfa at huawei dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/56115] Internal compiler error / unable to generate a relocatable output with object file(which is with lto info). Date: Sat, 26 Jan 2013 02:41:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tanjinfa at huawei dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2013-01/txt/msg02421.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56115 --- Comment #1 from William 2013-01-26 02:41:14 UTC --- oops!I make a mistake,actually I test the crash.c like this: >armeb-linux-gnueabi-gcc crash.c -c -flto -O2 -o crash.out >armeb-linux-gnueabi-gcc -r -nostdlib -flto crash.out -o a.out