Re: Fix tree-inlinine ICE with uninitializer return value

2016-05-04 Thread Richard Biener
On Tue, 3 May 2016, Jan Hubicka wrote: > Hi, > the code path handling the case where callee is missing return statement but > calle > statement has LHS is broken in tree-inline since anonymous SSA_NAMEs was > introduced. > This code is not not used because all those inlines are disabled by > gi

Fix tree-inlinine ICE with uninitializer return value

2016-05-03 Thread Jan Hubicka
Hi, the code path handling the case where callee is missing return statement but calle statement has LHS is broken in tree-inline since anonymous SSA_NAMEs was introduced. This code is not not used because all those inlines are disabled by gimple_check_call_matching_types, but since I would like