PR middle-end/43300
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Mar 2010 16:13:28 +0000 (16:13 +0000)
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Mar 2010 16:13:28 +0000 (16:13 +0000)
commit5b6554fe6b055223340c34dab17087bece883928
tree5a505839c11d52bcf64285b3e5d865e171c3e908
parentb090365431fecbd240a2cf6bd0713f9f7421927d
PR middle-end/43300
* tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
use it to expand block copies.
(insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
(insert_value_copy_on_edge): Use store_expr for BLKmode values.

testsuite/
* gcc.dg/pr43300.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157461 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr43300.c [new file with mode: 0644]
gcc/tree-outof-ssa.c