On Mon, Oct 04, 2021 at 01:41:36PM +0200, Richard Biener via Gcc-patches wrote: > > The patch sets -1 for x_flag_var_tracking and > > x_flag_var_tracking_assignments similarly > > to toplev.c. > > > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
Shouldn't all those flag_* == AUTODETECT_VALUE be converted to !global_options_set.x_flag_* or at least !global_options_set.x_flag_* && flag_* == AUTODETECT_VALUE ? Jakub