This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix kennerism
> On Sun, Dec 30, 2001 at 05:10:10PM -0500, Richard Kenner wrote:
> > we're now back to the cfgbuild.o miscomparison.
> >
> > cfgcleanup.c has a warning about an uninitialized variable. I'd start there.
>
> That certainly should be fixed (Jan, could you look into it, it is not
> obvious to me that it will be always properly initialized when it is going
> to be used), but the warning is nothing new and I don't think my patch to
The code is correct - when threading is notdone, the value is not used.
I may make patch to fix the warning shortly.
Honza
> that function could trigger unitialized use of it if it was guaranteed to be
> initialized before.
>
> Jakub