[Bug target/65647] [5 Regression] GCC won't stop when compile for armv6-m

jgreenhalgh at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 6 16:07:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65647

James Greenhalgh <jgreenhalgh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jgreenhalgh at gcc dot gnu.org

--- Comment #8 from James Greenhalgh <jgreenhalgh at gcc dot gnu.org> ---
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?



More information about the Gcc-bugs mailing list