]> git.ipfire.org Git - thirdparty/gcc.git/commit
* function.c (assign_parms): If TREE_ADDRESSABLE is set, try to
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Nov 2000 00:11:47 +0000 (00:11 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Nov 2000 00:11:47 +0000 (00:11 +0000)
commit3f6d7ce005adf895ecad57ebbc52c8b8279ca15f
tree49d6a4beae0ee6bca60387ac0194f98bde8ee221
parenta1e43e06ef6fd9a117abeadd25a8b7d68219b7c9
    * function.c (assign_parms): If TREE_ADDRESSABLE is set, try to
        give the parm a register and then call put_var_into_stack.
        * stmt.c (expand_decl): Likewise.

cp/
        * typeck.c (mark_addressable): Don't call put_var_into_stack.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37396 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/function.c
gcc/stmt.c