From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18063 invoked by alias); 10 Oct 2013 09:33:15 -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 18037 invoked by uid 48); 10 Oct 2013 09:33:12 -0000 From: "ktkachov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/58668] [arm with hardfp ABI]: internal compiler error: in cond_exec_process_insns, at ifcvt.c:339 Date: Thu, 10 Oct 2013 09:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ktkachov at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cf_gcctarget bug_status cf_reconfirmed_on everconfirmed cf_known_to_fail 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: 2013-10/txt/msg00535.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58668 ktkachov at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Target|arm-linux-gnueabihf |arm-linux-gnueabihf, | |arm-none-eabi Status|UNCONFIRMED |NEW Last reconfirmed| |2013-10-10 Ever confirmed|0 |1 Known to fail| |4.8.2, 4.9.0 --- Comment #2 from ktkachov at gcc dot gnu.org --- After trying out some option combinations, I managed to reproduce it on 4.8 and trunk. For me it ICEs with -O2, but works with -O3 _unless_ I add -fPIC, in which case it ICEs.