]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/calls.c
gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jul 2014 15:17:35 +0000 (15:17 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jul 2014 15:17:35 +0000 (15:17 +0000)
commitd2b9158b1f3af829f505793eace01c17f1091c33
tree49d0c94109fd5b2babebf70c832b8a08a6eb1b6b
parente34a5acb4d40a77e12b4782a6fcf832d42b316b6
gcc/
PR middle-end/61268
* function.c (assign_parm_setup_reg): Prevent invalid sharing of
DECL_INCOMING_RTL and entry_parm.
(get_arg_pointer_save_area): Likewise arg_pointer_save_area.
* calls.c (load_register_parameters): Likewise argument values.
(emit_library_call_value_1, store_one_arg): Likewise argument
save areas.
* config/i386/i386.c (assign_386_stack_local): Likewise the local
stack slot.
* explow.c (validize_mem): Modify the argument in-place.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213002 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/calls.c
gcc/config/i386/i386.c
gcc/explow.c
gcc/function.c