This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
New tree-ssa bootstrap failure
- From: Gerald Pfeifer <gp at suse dot de>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 18 Jan 2004 00:26:10 +0100 (CET)
- Subject: New tree-ssa bootstrap failure
Richard,
could the following new tree-ssa bootstrap failure
stage1/xgcc -Bstage1/ -B/suse/gp/gcc/i686-pc-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -DHAVE_CONFIG_H -I. -I. -I/cvs/gcc-ts/gcc -I/cvs/gcc-ts/gcc/. -I/cvs/gcc-ts/gcc/../include -I/cvs/gcc-ts/gcc/../libbanshee/libcompat -I/cvs/gcc-ts/gcc/../libbanshee -I/cvs/gcc-ts/gcc/../libbanshee/points-to /cvs/gcc-ts/gcc/tree-sra.c -o tree-sra.o
stage1/xgcc -Bstage1/ -B/suse/gp/gcc/i686-pc-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -DHAVE_CONFIG_H -I. -I. -I/cvs/gcc-ts/gcc -I/cvs/gcc-ts/gcc/. -I/cvs/gcc-ts/gcc/../include -I/cvs/gcc-ts/gcc/../libbanshee/libcompat -I/cvs/gcc-ts/gcc/../libbanshee -I/cvs/gcc-ts/gcc/../libbanshee/points-to /cvs/gcc-ts/gcc/tree-complex.c -o tree-complex.o
/cvs/gcc-ts/gcc/tree-complex.c: In function `expand_complex_operations':
/cvs/gcc-ts/gcc/tree-complex.c:414: warning: 'rhs' might be used uninitialized in this function
gmake[2]: *** [tree-complex.o] Error 1
gmake[2]: Leaving directory `/tmp/OBJ-0118-0000/gcc'
gmake[1]: *** [stage2_build] Error 2
be due to this patch?
2004-01-17 Richard Henderson <rth@redhat.com>
PR opt/13718
* tree-complex.c (expand_complex_comparison): Handle COND_EXPR.
(expand_complex_operations_1): Likewise.
Gerald