Re: [PATCH 4/4] pass location to md_asm_adjust

2021-07-14 Thread Richard Biener via Gcc-patches
On Wed, Jul 14, 2021 at 10:21 AM Trevor Saunders wrote: > > So the hook can use it as the location of diagnostics. > > bootstrapped and regtested on x86_64-linux-gnu, also tested one make all-gcc > for each effected cpu, ok? OK. Richard. > Trev > > gcc/ChangeLog: > > * cfgexpand.c (exp

[PATCH 4/4] pass location to md_asm_adjust

2021-07-14 Thread Trevor Saunders
So the hook can use it as the location of diagnostics. bootstrapped and regtested on x86_64-linux-gnu, also tested one make all-gcc for each effected cpu, ok? Trev gcc/ChangeLog: * cfgexpand.c (expand_asm_loc): Adjust. (expand_asm_stmt): Likewise. * config/arm/aarch-com