[multiple changes]
authorRichard Guenther <rguenth@gcc.gnu.org>
Fri, 27 May 2005 17:23:30 +0000 (17:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 27 May 2005 17:23:30 +0000 (11:23 -0600)
commit30d2e94365655dae5bccb24797f97f5260da3154
tree62ea9650b917f6874d18e3dfbb1662d57f77d04b
parent46aad78f22f0d84855daed56e7369e73e31c8c26
[multiple changes]

2005-05-18  Richard Guenther  <rguenth@gcc.gnu.org>

        * tree-inline.c (copy_body_r): Manually fold *& to deal
        with ADDR_EXPRs with mismatched types for now.

2005-05-17  Richard Guenther  <rguenth@gcc.gnu.org>

        * gimplify.c (fold_indirect_ref_rhs): New function.
        (gimplify_modify_expr_rhs): Use it instead of pessimistic
        fold_indirect_ref.

2005-05-15  Richard Guenther  <rguenth@gcc.gnu.org>

        * fold-const.c (fold_indirect_ref_1): Add type argument;
        make sure the resulting expression is of this type.
        (build_fold_indirect_ref, fold_indirect_ref): Adjust callers.

From-SVN: r100267
gcc/ChangeLog
gcc/fold-const.c
gcc/gimplify.c
gcc/tree-inline.c