This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: warning: 'bi$ptr2' is used uninitialized in this function
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 31 Oct 2004 14:45:51 -0500
- Subject: Re: warning: 'bi$ptr2' is used uninitialized in this function
- References: <41853FEF.1040406@moene.indiv.nluug.nl>
On Oct 31, 2004, at 2:41 PM, Toon Moene wrote:
Who's gonna fix this one:
stage1/xgcc -Bstage1/ -B/usr/snp/powerpc-unknown-linux-gnu/bin/ -c
-g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I.
-I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include
-I../../gcc/gcc/../libcpp/include ../../gcc/gcc/tree-ssa-operands.c
-o tree-ssa-operands.o
cc1: warnings being treated as errors
../../gcc/gcc/tree-ssa-operands.c: In function 'get_expr_operands':
../../gcc/gcc/tree-ssa-operands.c:1624: warning: 'bi$ptr2' is used
uninitialized in this function
on {host|target} powerpc-unknown-linux-gnu ?
I have already:
<http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02688.html>
but it has not been approved yet.
Thanks,
Andrew Pinski