This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: haifa buffer overflow
- To: rth at cygnus dot com
- Subject: Re: haifa buffer overflow
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 07 Oct 1997 11:04:17 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199710020044.RAA18118@dot.cygnus.com>you write:
> The debugging dumps from haifa overflow the alloca'd buffer
> on Alpha, doing Bad Things to the stack. Since there's no
> reason to go through such a buffer at all, I have it print
> directly.
Thanks. I hit this a few months ago and forgot about it and thus
never went looking for it (all I knew was we had a buffer overrun
somewhere in the debug code).
I've installed this into egcs.
jeff