re PR middle-end/37535 (gcc/libgcc2.c:404: internal compiler error: Floating point...
authorVladimir Makarov <vmakarov@redhat.com>
Mon, 6 Oct 2008 15:34:26 +0000 (15:34 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Mon, 6 Oct 2008 15:34:26 +0000 (15:34 +0000)
commit3517d3a0870e7081d4ded0fa4cc590c602713a8c
tree6208c8b2d1a94f1fa3c249de54b5c7b56339df26
parente84319a3ffa34ad21ba267ec06d2dfc6fa180bc7
re PR middle-end/37535 (gcc/libgcc2.c:404: internal compiler error: Floating point exception)

2008-10-06  Vladimir Makarov  <vmakarov@redhat.com>

PR middle-end/37535

* ira-lives.c (mark_reg_live, mark_reg_dead): New functions.
(mark_ref_live, mark_ref_dead): Use them.
(def_conflicts_with_inputs_p): Remove.
(mark_early_clobbers): New function.
(process_bb_node_lives): Call preprocess_constraints and
mark_early_clobbers.

* doc/rtx.texi (clobber): Change how RA deals with clobbers.

From-SVN: r140906
gcc/ChangeLog
gcc/doc/rtl.texi
gcc/ira-lives.c