On Thu, Oct 17, 2019 at 01:22:54PM +0200, Eric Botcazou wrote:
> > r276985 broke avr because it removed PARAM_ALLOW_STORE_DATA_RACES from
> > --params.  The patch fixes that by using flag_store_data_races = 1 instead.
> 
> Note that you'll unconditionally override the user, unlike the original code.

Yeah, better make that
  if (!global_options_set.x_flag_store_data_races)
    flag_store_data_races = 1;

        Jakub

Reply via email to