public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* New tree-ssa bootstrap failure
@ 2004-01-17 23:27 Gerald Pfeifer
  2004-01-17 23:37 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Gerald Pfeifer @ 2004-01-17 23:27 UTC (permalink / raw)
  To: Richard Henderson; +Cc: gcc

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: New tree-ssa bootstrap failure
  2004-01-17 23:27 New tree-ssa bootstrap failure Gerald Pfeifer
@ 2004-01-17 23:37 ` Richard Henderson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2004-01-17 23:37 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc

On Sun, Jan 18, 2004 at 12:26:10AM +0100, Gerald Pfeifer wrote:
> warning: 'rhs' might be used uninitialized in this function

Yes, this is my bug.  Silly me for not bootstrapping because
"clearly" complex doesn't affect gcc itself.

Fixed in a jiffy.


r~

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-17 23:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-17 23:27 New tree-ssa bootstrap failure Gerald Pfeifer
2004-01-17 23:37 ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).