On Mon, Mar 28, 2022 at 03:16:24PM +0200, Richard Biener wrote:
> When doing format diagnostics at -O0 we should make sure to make
> SCEV available to avoid false positives due to ranges we otherwise
> can trivially compute.
> 
> Bootstrap and regtest running on x86_64-unknown-linux-gnu.
> 
> OK if that succeeds?

Doesn't this slow down -O0 compilation too much?

> 2022-03-28  Richard Biener  <rguent...@suse.de>
> 
>       PR tree-optimization/105080
>       * tree-ssa-strlen.cc (printf_strlen_execute): Always init
>       loops and SCEV.
> 
>       * gcc.dg/pr105080.c: New testcase.

        Jakub

Reply via email to