On Thu, Sep 06, 2012 at 12:50:44AM -0700, Andrew Pinski wrote:
> > Patch preapproved, but you've attached a different patch.
> 
> Sorry about that.  Here is the correct one.
> 
> Also is this ok for the 4.7 branch?

Yes, thanks.

> --- tree-inline.c     (revision 191004)
> +++ tree-inline.c     (working copy)
> @@ -848,6 +848,7 @@ remap_gimple_op_r (tree *tp, int *walk_s
>                            ptr, TREE_OPERAND (*tp, 1));
>         TREE_THIS_NOTRAP (*tp) = TREE_THIS_NOTRAP (old);
>         TREE_THIS_VOLATILE (*tp) = TREE_THIS_VOLATILE (old);
> +       TREE_SIDE_EFFECTS (*tp) = TREE_SIDE_EFFECTS (old);
>         TREE_NO_WARNING (*tp) = TREE_NO_WARNING (old);
>         *walk_subtrees = 0;
>         return NULL;


        Jakub

Reply via email to