This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: current CVS crashes in find_basic_blocks during bootstrap
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: current CVS crashes in find_basic_blocks during bootstrap
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Sat, 6 May 2000 10:09:35 -0700
- Cc: egcs-bugs at egcs dot cygnus dot com
- References: <20000505234042.C7596@atrey.karlin.mff.cuni.cz>
On Fri, May 05, 2000 at 11:40:42PM +0200, Jan Hubicka wrote:
> Zack,
>
> I've noticed same crash from time to time when bootstrapping on K6.
> What always helped me whas clean rebuild so I've assumed that
> problem is somewhere in Makefile dependencies.
It happens for me on a clean rebuild.
...
> And (at least for me) this problem exists few months now and is
> --enable-checking specific.
I see it only with --enable-checking, too, but I think the bug is
unrelated; it's just that --enable-checking changes the code in
function.c and makes it tickle the bug. I'll see if I can come up
with a smaller test case.
zw