On Thu, 17 Oct 2019, Georg-Johann Lay wrote:
> Am 10/17/19 um 1:22 PM schrieb Eric Botcazou:
> >> 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 overri
Am 10/17/19 um 1:22 PM schrieb Eric Botcazou:
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.
You're right. What ab
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
> 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.
--
Eric Botcazou
On Thu, 17 Oct 2019, Georg-Johann Lay wrote:
> Hi,
>
> 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.
>
> Ok to apply?
OK and sorry for the breakage.
Richard.