On Sat, Dec 18, 2021 at 12:24:48PM +0530, Siddhesh Poyarekar wrote:
> Since all computations in tree-object-size are now done in sizetype and
> not HOST_WIDE_INT, comparisons with HOST_WIDE_INT based unknown and
> initval would be incorrect.  Instead, use the sizetype trees directly to
> generate and evaluate initval and unknown size values.
> 
> gcc/ChangeLog:
> 
>       PR tree-optimization/103759
>       * tree-object-size (unknown, initval): Remove functions.
>       (size_unknown, size_initval, size_unknown_p): Operate directly
>       on trees.
> 
> Signed-off-by: Siddhesh Poyarekar <siddh...@gotplt.org>
> ---
> Tested a full bootstrap on x86_64, config=ubsan-bootstrap and i686.

Ok.

        Jakub

Reply via email to