This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [new-regalloc] gcc.c-torture/compile/20000728-1.c at -O1
- To: Richard Henderson <rth at redhat dot com>
- Subject: Re: [new-regalloc] gcc.c-torture/compile/20000728-1.c at -O1
- From: Daniel Berlin <dberlin at redhat dot com>
- Date: Thu, 1 Feb 2001 20:55:59 -0500 (EST)
- cc: Daniel Berlin <dberlin at redhat dot com>, <gcc-bugs at gcc dot gnu dot org>
On Thu, 1 Feb 2001, Richard Henderson wrote:
> We get a segmentation fault in add_edge when dealing with an
> uninitialized variable. I don't yet know the algorithm well
> enough to suggest a solution that makes things easier later.
>
>
> r~
>
With my "converted to regset" version, i can't reproduce this.
--Dan