Re: [PATCH 2/3] d: Add TARGET_D_REGISTER_CPU_TARGET_INFO

2021-04-14 Thread ibuclaw--- via Gcc-patches
> On 05/04/2021 21:43 Iain Buclaw wrote: > > > Hi, > > This patch adds TARGET_D_REGISTER_CPU_TARGET_INFO as a new D front-end > target hook, implementing `__traits(getTargetInfo, "floatAbi")' for all > targets that have D support files. > > This trait was added earlier in the front-end as

[PATCH 2/3] d: Add TARGET_D_REGISTER_CPU_TARGET_INFO

2021-04-05 Thread Iain Buclaw via Gcc-patches
Hi, This patch adds TARGET_D_REGISTER_CPU_TARGET_INFO as a new D front-end target hook, implementing `__traits(getTargetInfo, "floatAbi")' for all targets that have D support files. This trait was added earlier in the front-end as a stub, however the target-specific implementation was left out