calls.c (expand_call): Don't create a VAR_DECL just to throw it away.
authorMark Mitchell <mark@codesourcery.com>
Tue, 29 Aug 2000 16:23:20 +0000 (16:23 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 29 Aug 2000 16:23:20 +0000 (16:23 +0000)
commit4361b41d838b11e957dfb751d55298bd1d1b1a55
treeb04c965157f31a59a49b3963cd4d9793bb84fcf4
parent9b1ee05b0e2a948a2612dcc6b9835a91ee855f99
calls.c (expand_call): Don't create a VAR_DECL just to throw it away.

* calls.c (expand_call): Don't create a VAR_DECL just to throw it
away.
* expr.c (expand_expr, case TARGET_EXPR): Don't call
mark_addressable.
* tree.h (get_file_function_name): Remove two duplicate
declarations.

* typeck.c (mark_addressable): Remove code that pokes around in
RTL.

From-SVN: r36038
gcc/ChangeLog
gcc/calls.c
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/expr.c
gcc/tree.h