re PR middle-end/17258 (gcc.c-torture/compile/20030224-1.c:16: internal compiler...
authorRichard Henderson <rth@redhat.com>
Thu, 2 Sep 2004 06:47:01 +0000 (23:47 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 2 Sep 2004 06:47:01 +0000 (23:47 -0700)
commit9969aaf67e4c806bc58a5b110f6a0849365eee05
tree92274b998af0cc6f86fd45d1b53bb9d1eef8bed0
parent57579172585eae4fd6f57c0dbd55ea998ddfb63f
re PR middle-end/17258 (gcc.c-torture/compile/20030224-1.c:16: internal compiler error: in expand_expr_addr_expr, at expr.c:6157)

        PR middle-end/17258
        * calls.c (initialize_argument_information): Tighten pass-through
        conditions for pass-by-reference.  Remove dead TARGET_EXPR code.
        Use build_fold_addr_expr.
        (emit_library_call_value_1): Use build_fold_addr_expr.  Remove code
        that assumes ADDR_EXPR allocates stack space.
        * fold-const.c (build_fold_addr_expr_with_type): Look through
        WITH_SIZE_EXPR.

From-SVN: r86957
gcc/ChangeLog
gcc/calls.c
gcc/fold-const.c