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
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