This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] live analysis on local static functions
> On Thu, Oct 16, 2003 at 12:49:25AM +0200, Jan Hubicka wrote:
> > Any idea what other can break on having two instances
> > of same static variable inside BIND_EXPR node?
>
> Nope. You'll have to figure out what changes between the two...
This is no fun. THere are number of functions in reload inlined because
they are called once and apparently one of them kills datastructures
(reload fails in the final sanity check on frame offsets to match again
only on compiling large function - it is able to get trought half of
stage3)
Honza
>
>
> r~