> Hi,
>
> in PR 61186 valgrind reports use of uninitialized value. The reason
> is that walk_polymorphic_call_targets uses cache_token before it
> checks return value of possible_polymorphic_call_targets which however
> does not produce a cache token if it fails early. This is not the
> only pla
Hi,
in PR 61186 valgrind reports use of uninitialized value. The reason
is that walk_polymorphic_call_targets uses cache_token before it
checks return value of possible_polymorphic_call_targets which however
does not produce a cache token if it fails early. This is not the
only place where we ma