Re: [PATCH] Remove usage of IRA_REGION_AUTODETECT

2021-10-11 Thread Richard Biener via Gcc-patches
On Mon, Oct 11, 2021 at 12:58 PM Martin Liška wrote: > > Similar patch, let's rely on OPTION_SET_P and not a default > options value. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? OK. > Thanks, > Martin > > gcc/ChangeLog: > > * comm

[PATCH] Remove usage of IRA_REGION_AUTODETECT

2021-10-11 Thread Martin Liška
Similar patch, let's rely on OPTION_SET_P and not a default options value. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: * common.opt: Remove usage of IRA_REGION_AUTODETECT. * flag-types.h (enum ira_r