[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

vmakarov at redhat dot com gcc-bugzilla@gcc.gnu.org
Wed Aug 27 22:01:00 GMT 2008



------- Comment #5 from vmakarov at redhat dot com  2008-08-27 21:59 -------
  The problem occurs when a region and its nested region have more 4000
uncolorable allocnos.  In this case splay tree is used to deal with the
uncolorable allocnos.  Part of uncolorable_allocnos is temporarily stored in an
array which is not truncated after region coloring and allocnos in the array
are put into the splay tree in its subregion.

The patch solving the problem will be sent soon.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37251



More information about the Gcc-bugs mailing list