This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
3.1 bootstrap failure on alphaev6-unknown-linux-gnu
- From: Brad Lucier <lucier at popov dot math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: lucier at popov dot math dot purdue dot edu
- Date: Thu, 17 Jan 2002 14:51:28 -0500
- Subject: 3.1 bootstrap failure on alphaev6-unknown-linux-gnu
With a generic configure on alphaev6-unknown-linux-gnu, today's CVS sources of
gcc fails bootstrap with
stage1/xgcc -Bstage1/ -B/export/u10/gcc-3.1/alphaev6-unknown-linux-gnu/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include ../../gcc/fold-const.c -o fold-const.o
../../gcc/fold-const.c: In function `lshift_double':
../../gcc/fold-const.c:422: warning: signed and unsigned type in conditional expression
../../gcc/fold-const.c: In function `div_and_round_double':
../../gcc/fold-const.c:727: warning: comparison between signed and unsigned
(code_label 10010 10009 10011 2345 "" "" [3 uses])
../../gcc/fold-const.c: In function `fold':
../../gcc/fold-const.c:7381: internal error: Segmentation fault
Brad