Re: [PATCH] middle-end/108995 - avoid folding when sanitizing overflow

2023-03-09 Thread Richard Biener via Gcc-patches
On Thu, 9 Mar 2023, Jakub Jelinek wrote: > On Wed, Mar 08, 2023 at 09:38:43AM +, Richard Biener via Gcc-patches > wrote: > > The following plugs one place in extract_muldiv where it should avoid > > folding when sanitizing overflow. > > > > I'm unsure about the testcase, I didn't find any th

Re: [PATCH] middle-end/108995 - avoid folding when sanitizing overflow

2023-03-09 Thread Jakub Jelinek via Gcc-patches
On Wed, Mar 08, 2023 at 09:38:43AM +, Richard Biener via Gcc-patches wrote: > The following plugs one place in extract_muldiv where it should avoid > folding when sanitizing overflow. > > I'm unsure about the testcase, I didn't find any that tests for > a runtime sanitizer error ... > > Boots