PR mudflap/19319
commit963f5072ee41ccaf668e6692fcd5b7515376a269
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Feb 2005 06:43:58 +0000 (13 06:43 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Feb 2005 06:43:58 +0000 (13 06:43 +0000)
treec43953a2f4ab67d576c5e64bbca5f4aa01d20a3c
parent6cc6c0fe4f7fb42e2ec473a0117e9d067118beb1
    PR mudflap/19319
        * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Make return
        slot explicit.

        PR c++/16405
        * fold-const.c (fold_indirect_ref_1): Split out from...
        (build_fold_indirect_ref): Here.
        (fold_indirect_ref): New fn.
        * tree.h: Declare it.
        * gimplify.c (gimplify_compound_lval): Call fold_indirect_ref.
        (gimplify_modify_expr_rhs): Likewise.
        (gimplify_expr): Likewise.

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