OSDN Git Service

2005-05-18 Richard Guenther <rguenth@gcc.gnu.org>
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 17:23:30 +0000 (17:23 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 17:23:30 +0000 (17:23 +0000)
commit51fc648ffc1a616d7a4233332b443033308d7855
tree62ea9650b917f6874d18e3dfbb1662d57f77d04b
parent0fc97fb009a8b5d085a5050cb8e01db0c8dde3e6
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100267 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/gimplify.c
gcc/tree-inline.c