This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r152666 - in /branches/gcc-4_4-branch/gcc: Chan...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 12 Oct 2009 13:38:29 -0000
- Subject: r152666 - in /branches/gcc-4_4-branch/gcc: Chan...
Author: jakub
Date: Mon Oct 12 13:38:29 2009
New Revision: 152666
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152666
Log:
PR rtl-optimization/41646
* calls.c (expand_call): For BLKmode types returned in registers
avoid likely spilled hard regs in copy_blkmode_from_reg generated
insns.
* gcc.c-torture/compile/pr41646.c: New test.
Added:
branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr41646.c
Modified:
branches/gcc-4_4-branch/gcc/ChangeLog
branches/gcc-4_4-branch/gcc/calls.c
branches/gcc-4_4-branch/gcc/testsuite/ChangeLog