[PATCH][arm] Remove +nofp from -mcpu=cortex-m55 options

Kyrylo Tkachov Kyrylo.Tkachov@arm.com
Tue Apr 28 15:20:54 GMT 2020


Hi all,

Turns out for consistency with LLVM the +nofp option shouldn't remove ALL of FP and MVE, just the FP part of MVE.
This requires more surgery with feature bits so for GCC 10 I'd rather just not support +nofp for -mcpu=cortex-m55
and implement it properly for GCC 11.

Committing to trunk.

Thanks,
Kyrill

2020-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	* config/arm/arm-cpus.in (cortex-m55): Remove +nofp option.
	* doc/invoke.texi (Arm Options): Remove -mcpu=cortex-m55 from +nofp option.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: m55-nofp.patch
Type: application/octet-stream
Size: 1181 bytes
Desc: m55-nofp.patch
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20200428/bdbdb307/attachment.obj>


More information about the Gcc-patches mailing list