This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: tree-vrp.c: avoid using uninitialized value
- From: Ian Lance Taylor <iant at google dot com>
- To: "Ralf Wildenhues" <Ralf dot Wildenhues at gmx dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 30 May 2007 15:52:22 -0700
- Subject: Re: tree-vrp.c: avoid using uninitialized value
- References: <36531.84.44.202.165.1179337379.squirrel@mail.ins.uni-bonn.de>
"Ralf Wildenhues" <Ralf.Wildenhues@gmx.de> writes:
> 2007-05-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
>
> * tree-vrp.c (compare_names): Initialize sop.
Thanks for the patch.
I bootstrapped and tested this on i686-pc-linux-gnu, and committed it
to both mainline and 4.2 branch.
:REVIEWMAIL:
Ian