Re: [RFC][PATHC] Attack PR12245 by fiddling with CONSTRUCTOR

2005-10-03 Thread Richard Henderson
On Mon, Oct 03, 2005 at 07:52:41PM +0200, Richard Guenther wrote: > A real solution would ditch TREE indices in favor of HOST_WIDE_INT ones... A real solution would have a tree node that can represent an arbitrarily large block of target memory as a binary blob. As much as possible, the actual da

[RFC][PATHC] Attack PR12245 by fiddling with CONSTRUCTOR

2005-10-03 Thread Richard Guenther
This is a summary report of a (failed) attempt to address memory and compile-time usage of large (static array) initializers. The problem is that we both use TREEs to do array indices arithmetic in c-typeck.c:process_init_element and that we pin down memory for INTEGER_CST tree nodes in both th