From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70907 invoked by alias); 6 Apr 2015 16:07:01 -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 70807 invoked by uid 48); 6 Apr 2015 16:06:57 -0000 From: "jgreenhalgh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65647] [5 Regression] GCC won't stop when compile for armv6-m Date: Mon, 06 Apr 2015 16:07: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: 5.0 X-Bugzilla-Keywords: ra X-Bugzilla-Severity: normal X-Bugzilla-Who: jgreenhalgh at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: vmakarov at redhat dot com X-Bugzilla-Target-Milestone: 5.0 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: 2015-04/txt/msg00330.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65647 James Greenhalgh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgreenhalgh at gcc dot gnu.org --- Comment #8 from James Greenhalgh --- The new testcase fails for ARM targets configured with --with-float-abi=hard . .../gcc/testsuite/gcc.target/arm/pr65647.c:26:8: sorry, unimplemented: Thumb-1 hard-float VFP ABI The fix would be to add an explicit -mfloat-abi= option to the testcase, but I can't guess from the bug report whether that should be soft or softfp. Could somebody please confirm which it should be and patch the testcase on both branches?