On Sun, Feb 05, 2017 at 08:21:39PM +0100, Willy Tarreau wrote:
> From: Christian Borntraeger
>
> commit 230fa253df6352af12ad0a16128760b5cb3f92df upstream.
Dropped as not needed anymore by the ipc/sem fix.
Willy
From: Christian Borntraeger
commit 230fa253df6352af12ad0a16128760b5cb3f92df upstream.
ACCESS_ONCE does not work reliably on non-scalar types. For
example gcc 4.6 and 4.7 might remove the volatile tag for such
accesses during the SRA (scalar replacement of aggregates) step
https://gcc.gnu.org/bug
2 matches
Mail list logo