This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][Arm] Fix FPU configurations for Cortex-R7 and Cortex-R8
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Andre Vieira <Andre dot SimoesDiasVieira at arm dot com>
- Cc: Richard Earnshaw <Richard dot Earnshaw at arm dot com>, gcc-patches at gcc dot gnu dot org, Kyrill Tkachov <kyrylo dot tkachov at arm dot com>
- Date: Wed, 26 Dec 2018 14:57:03 -1000 (-10)
- Subject: Re: [PATCH][Arm] Fix FPU configurations for Cortex-R7 and Cortex-R8
- References: <5BFD505B.6000602@arm.com> <a522958f-0cae-4e2f-87f0-36c8a1a6a4a4@arm.com> <5BFE7136.8090007@arm.com>
On Wed, 28 Nov 2018, Andre Vieira (lists) wrote:
> Here are the documentation bits I forgot, I've also opened PR 88224 in
> bugzilla for this issue.
>
> Is this OK for trunk and gcc-8 backport?
>
> gcc/ChangeLog:
> 2018-11-28 Andre Vieira <andre.simoesdiasvieira@arm.com>
>
> PR target/88224
> * config/arm/arm-cpus.in (armv7-r): Add FP16conv configurations.
> (cortex-r7, cortex-r8): Update default and add new configuration.
> * doc/invoke.texi (armv7-r): Add two new vfp options.
> (nofp.dp): Add cortex-r7 and cortex-r8 to the list of targets that
> support this option.
Should this be covered in the GCC 9 release notes at
https://gcc.gnu.org/gcc-9/changes.html ?
(See https://gcc.gnu.org/about.html for how to go about web changes.)
Gerald