This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] merge to 2004-01-02 checked in


On Sat, 3 Jan 2004, Richard Henderson wrote:
> Not the smoothest.  It bootstraps on i686 and alphaev67 linux.

It doesn't bootstrap on i386, but that problem predates the merger
-- I just confirmed that it still exists:

  stage1/xgcc -Bstage1/ -B/suse/gp/gcc/i386-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 -fno-common
  -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/combine.c -o combine.o
  /cvs/gcc-ts/gcc/combine.c: In function `simplify_comparison':
  /cvs/gcc-ts/gcc/combine.c:10295: warning: 'mask' might be used uninitialized
                                   in this function
  gmake[2]: *** [combine.o] Error 1
  gmake[2]: Leaving directory `/tmp/OBJ-0105-1912/gcc'
  gmake[1]: *** [stage2_build] Error 2

Gerald


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]