From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52271 invoked by alias); 6 May 2015 13:20:24 -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 52197 invoked by uid 48); 6 May 2015 13:20:18 -0000 From: "vries at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65955] [arm] ICE during movcond_addsi split Date: Wed, 06 May 2015 13:20: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: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ktkachov at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: 2015-05/txt/msg00478.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65955 --- Comment #11 from vries at gcc dot gnu.org --- (In reply to vries from comment #6) > I'm now doing a nobootstrap build and test with and without the patch. Test results: ... $ diff -I guality -u FAILs.222758 FAILs.222758.patched --- FAILs.222758 2015-05-05 19:07:39.000000000 +0800 +++ FAILs.222758.patched 2015-05-06 21:14:10.000000000 +0800 @@ -374,12 +379,6 @@ nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/class_allocate_18.f90 -O3 -fomit-frame-pointer -funroll-loops execution test nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/class_allocate_18.f90 -O3 -g execution test nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/class_allocate_18.f90 -Os execution test -nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/pr43984.f90 -O (internal compiler error) -nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/pr43984.f90 -O (test for excess errors) -nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/transfer_array_intrinsic_3.f90 -Os (internal compiler error) -nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/transfer_array_intrinsic_3.f90 -Os (test for excess errors) -nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/transfer_assumed_size_1.f90 -Os (internal compiler error) -nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/transfer_assumed_size_1.f90 -Os (test for excess errors) nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/ieee/ieee_6.f90 -O0 execution test nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/ieee/ieee_6.f90 -O1 execution test nobootstrap/build/gcc/testsuite/gfortran/gfortran.sum:FAIL: gfortran.dg/ieee/ieee_6.f90 -O2 execution test ...