OSDN Git Service

PR debug/48343
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Apr 2011 17:58:05 +0000 (17:58 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Apr 2011 17:58:05 +0000 (17:58 +0000)
commit3273477e477d4c864f36c4aa70d8e472072f2b16
tree7b745741c1ef570135f7364793431ffaa7e0cabf
parent0444b5eb2f181ec6a268515ec3699540ce386e7d
PR debug/48343
* combine.c (combine_instructions): Add last_combined_insn,
update it if insn is after it, pass it to all try_combine
calls.
(try_combine): Add last_combined_insn parameter, pass it instead of
i3 to propagate_for_debug.

* gcc.dg/torture/pr48343.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172109 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/gcc.dg/torture/pr48343.c [new file with mode: 0644]