Re: [PATCH, PR 61186]

2014-06-11 Thread Jan Hubicka
> 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

[PATCH, PR 61186]

2014-06-11 Thread Martin Jambor
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