Re: [PATCH v3] detect out-of-bounds stores by atomic functions [PR102453]

2021-10-26 Thread Richard Biener via Gcc-patches
On Mon, Oct 25, 2021 at 4:21 AM Jeff Law wrote: > > > > On 10/24/2021 5:40 PM, Martin Sebor via Gcc-patches wrote: > > Attached is a revised patch for just the access warning pass > > to diagnose out-of-bounds stores by atomic functions, with > > no attr-fnspec changes. > > > > Is this okay for tr

Re: [PATCH v3] detect out-of-bounds stores by atomic functions [PR102453]

2021-10-24 Thread Jeff Law via Gcc-patches
On 10/24/2021 5:40 PM, Martin Sebor via Gcc-patches wrote: Attached is a revised patch for just the access warning pass to diagnose out-of-bounds stores by atomic functions, with no attr-fnspec changes. Is this okay for trunk? Martin PS Just to clarify the effect of the original patch in ca