This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]