Re: [PATCH 3/3] Use startswith in targets.

2021-05-18 Thread Richard Biener via Gcc-patches
On Thu, May 13, 2021 at 11:00 AM Martin Liška wrote: > > May I please ping this? OK. Please watch for fallout. Richard. > Martin > > On 3/19/21 10:21 AM, Martin Liska wrote: > > > > gcc/ChangeLog: > > > > * common/config/aarch64/aarch64-common.c (aarch64_parse_extension): > > Use

Re: [PATCH 3/3] Use startswith in targets.

2021-05-13 Thread Martin Liška
May I please ping this? Martin On 3/19/21 10:21 AM, Martin Liska wrote: gcc/ChangeLog: * common/config/aarch64/aarch64-common.c (aarch64_parse_extension): Use startswith function instead of strncmp. * common/config/bfin/bfin-common.c (bfin_handle_option): Likewise.

Re: [PATCH 3/3] Use startswith in targets.

2021-04-21 Thread Iain Sandoe
Martin Liska wrote: gcc/config/darwin-c.c | 9 +- gcc/config/darwin.c | 141 + The darwin changes are OK, looks like a nice cleanup, thanks Iain

Re: [PATCH 3/3] Use startswith in targets.

2021-04-21 Thread Paul Koning via Gcc-patches
> On Mar 19, 2021, at 5:21 AM, Martin Liska wrote: > > > gcc/ChangeLog: > > ... > * config/pdp11/pdp11.c (pdp11_output_ident): Likewise. pdp11 is ok. Thanks. paul

[PATCH 3/3] Use startswith in targets.

2021-04-21 Thread Martin Liska
gcc/ChangeLog: * common/config/aarch64/aarch64-common.c (aarch64_parse_extension): Use startswith function instead of strncmp. * common/config/bfin/bfin-common.c (bfin_handle_option): Likewise. * common/config/riscv/riscv-common.c (riscv_subset_list::parse):