This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bug in latest egcs
- To: drepper at ipd dot info dot uni-karlsruhe dot de (Ulrich Drepper)
- Subject: Re: bug in latest egcs
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 30 Oct 1997 19:56:12 -0700
- Cc: brendan at cygnus dot com, egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <6259.878266100@hurl.cygnus.com>you write:
> I've got to run, but I'll be looking further into this tomorrow, but
> I can say that it's not an alias problem.
Actually, I'm certain this is caused by brendan's global.c change --
we can't free the conflict matrix until after reload has run since
reload can call back into global when we spill registers.
jeff