Re: [PATCH] expr: Unbreak build of mesa [PR96194]

2020-07-14 Thread Richard Biener via Gcc-patches
On July 14, 2020 3:37:35 PM GMT+02:00, Jakub Jelinek wrote: >Hi! > >On Tue, Jul 07, 2020 at 09:04:40AM +0200, Richard Biener via >Gcc-patches wrote: >> > The store to the whole of each volatile object was picked apart >> > like there had been an individual assignment to each of the >> > fields. R

[PATCH] expr: Unbreak build of mesa [PR96194]

2020-07-14 Thread Jakub Jelinek via Gcc-patches
Hi! On Tue, Jul 07, 2020 at 09:04:40AM +0200, Richard Biener via Gcc-patches wrote: > > The store to the whole of each volatile object was picked apart > > like there had been an individual assignment to each of the > > fields. Reads were added as part of that; see PR for details. > > The reads f