On Wed, 13 Nov 2024, Jakub Jelinek wrote:

> On Tue, Nov 12, 2024 at 06:34:39PM +0100, Jakub Jelinek wrote:
> > What do you think about this?  So far lightly tested.
> 
> Unfortunately bootstrap/regtest revealed some issues in the patch,
> the tree-ssa-ccp.cc changes break bootstrap because fntype in there
> may be NULL and that is what get_nonnull_args handles by just returning
> NULL, but obviously TYPE_ATTRIBUTES (fntype) can't be accessed, so I've
> added if (!fntype) continue;
> And the ubsan tests worked in C but not C++ due to extra warning, so I've
> adjusted them.
> 
> This has been successfully bootstrapped/regtested on x86_64-linux and
> i686-linux.

The c-family/ changes are OK.

-- 
Joseph S. Myers
josmy...@redhat.com

Reply via email to