On Sat, 2006-08-26 at 09:48 -0700, Andrew Pinski wrote: > If we have the following IR (before the first may_alias pass):
> The may_alias pass removes the TREE_ADDRESSABLE on b so we ICE in the > checking pass after may_alias runs. Does someone have an idea on where > it is going wrong? I have a fix for the removal of TREE_ADDRESSABLE now after figuring out we should be adding the decl to the addressable_taken of the statement during the call of get_expr_operands. -- Pinski