From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5373 invoked by alias); 10 Oct 2012 09:55:43 -0000 Received: (qmail 5302 invoked by uid 48); 10 Oct 2012 09:55:28 -0000 From: "markus at trippelsdorf dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/54885] [4.8 Regression] lto bootstrap broken with -O3 Date: Wed, 10 Oct 2012 09:55: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-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: markus at trippelsdorf dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 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" Content-Transfer-Encoding: quoted-printable 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: 2012-10/txt/msg00943.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D54885 --- Comment #2 from Markus Trippelsdorf 201= 2-10-10 09:55:28 UTC --- markus@x4 libgcc % cat test.i int a; int fn1 () { if (a) return 0; } markus@x4 libgcc % /var/tmp/gcc_build_dir/./gcc/xgcc -B/var/tmp/gcc_build_dir/./gcc/ -O2 -c test.i test.i: In function =E2=80=98fn1=E2=80=99: test.i:7:1: internal compiler error: Segmentation fault