re PR rtl-optimization/51505 (ICE: in form_sum, at reload.c:5349 with -O --param...
authorAndrey Belevantsev <abel@ispras.ru>
Thu, 19 Jan 2012 07:29:18 +0000 (11:29 +0400)
committerAndrey Belevantsev <abel@gcc.gnu.org>
Thu, 19 Jan 2012 07:29:18 +0000 (11:29 +0400)
commitf90aa71426ab3a341545728f674024fd66385b20
tree996fa27ad4e957d49d2f8486fe1dc9d2794159e0
parentd638822c753a3073a8f96d3f628ad588100e1de7
re PR rtl-optimization/51505 (ICE: in form_sum, at reload.c:5349 with -O --param max-cse-insns=1)

gcc/:
2012-01-19 Andrey Belevantsev <abel@ispras.ru>

PR rtl-optimization/51505
* df-problems.c (df_kill_notes): New parameter live. Update comment.
Remove REG_EQUAL/REG_EQUIV notes referring to dead registers.
(df_note_bb_compute): Update the call to df_kill_notes.

testsuite/:
2012-01-19 Andrey Belevantsev <abel@ispras.ru>

PR rtl-optimization/51505
* gcc.dg/pr51505.c: New test.

From-SVN: r183296
gcc/ChangeLog
gcc/df-problems.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr51505.c [new file with mode: 0644]