Re: [patch tree-ssa-structalias.c]: Small finding in find_func_aliases function

2013-04-08 Thread Kai Tietz
I haven't even applied it. Kai

Re: [patch tree-ssa-structalias.c]: Small finding in find_func_aliases function

2013-04-08 Thread Richard Biener
On Fri, Apr 5, 2013 at 9:30 PM, Jeff Law wrote: > On 04/05/2013 02:29 AM, Kai Tietz wrote: >> >> Hello, >> >> while debugging I made the finding that in find_func_aliases rhsop >> might be used as NULL for gimple_assign_single_p items. It should be >> using for the gimple_assign_single_p instead

Re: [patch tree-ssa-structalias.c]: Small finding in find_func_aliases function

2013-04-05 Thread Jeff Law
On 04/05/2013 02:29 AM, Kai Tietz wrote: Hello, while debugging I made the finding that in find_func_aliases rhsop might be used as NULL for gimple_assign_single_p items. It should be using for the gimple_assign_single_p instead directly the rhs1-item as argument to pass to get_constraint_for_r