This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket
- From: "vmakarov at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Aug 2008 21:59:41 -0000
- Subject: [Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket
- References: <bug-37251-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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