Re: [PATCH] Remove SLOW_SHORT_ACCESS from target headers

2022-11-10 Thread Andrew Pinski via Gcc-patches
On Thu, Nov 10, 2022 at 12:47 AM Richard Biener wrote: > > On Thu, Nov 10, 2022 at 2:21 AM Andrew Pinski via Gcc-patches > wrote: > > > > On Wed, Nov 9, 2022 at 5:16 PM apinski--- via Gcc-patches > > wrote: > > > > > > From: Andrew Pinski > > > > > > SLOW_SHORT_ACCESS is defined in bfin and i38

Re: [PATCH] Remove SLOW_SHORT_ACCESS from target headers

2022-11-10 Thread Richard Biener via Gcc-patches
On Thu, Nov 10, 2022 at 2:21 AM Andrew Pinski via Gcc-patches wrote: > > On Wed, Nov 9, 2022 at 5:16 PM apinski--- via Gcc-patches > wrote: > > > > From: Andrew Pinski > > > > SLOW_SHORT_ACCESS is defined in bfin and i386 target > > headers but the target macro is not used elsewhere. > > So let'

Re: [PATCH] Remove SLOW_SHORT_ACCESS from target headers

2022-11-09 Thread Andrew Pinski via Gcc-patches
On Wed, Nov 9, 2022 at 5:16 PM apinski--- via Gcc-patches wrote: > > From: Andrew Pinski > > SLOW_SHORT_ACCESS is defined in bfin and i386 target > headers but the target macro is not used elsewhere. > So let's remove it from those two headers and poison it. Just to add, this target macro was de

[PATCH] Remove SLOW_SHORT_ACCESS from target headers

2022-11-09 Thread apinski--- via Gcc-patches
From: Andrew Pinski SLOW_SHORT_ACCESS is defined in bfin and i386 target headers but the target macro is not used elsewhere. So let's remove it from those two headers and posion it. OK? Built x86_64-linux-gnu and bfin-elf. gcc/ChangeLog: * config/bfin/bfin.h (SLOW_SHORT_ACCESS): Delete