This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: Fix ICE related to ADDR_EXPR forward propagation
- From: Richard Sandiford <rsandifo at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 20 May 2005 12:28:14 +0100
- Subject: Re: RFA: Fix ICE related to ADDR_EXPR forward propagation
- References: <87hdgywh4n.fsf@firetop.home> <1116587566.8357.8.camel@linux.site>
Daniel Berlin <dberlin@dberlin.org> writes:
> You want to call recompute_tree_invariant_for_addr_expr on the ADDR_EXPR
> after the operands are replaced.
>
> It'll do what it says (recompute the invariant flag, etc, as
> approriate).
OK, thanks for the heads up. I'll reboostrap and retest with that change.
(It does indeed still fix the testcase.)
Richard