From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18277 invoked by alias); 17 Jan 2002 19:58:08 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18236 invoked from network); 17 Jan 2002 19:58:04 -0000 Received: from unknown (HELO popov.math.purdue.edu) (128.210.3.31) by sources.redhat.com with SMTP; 17 Jan 2002 19:58:04 -0000 Received: (from lucier@localhost) by popov.math.purdue.edu (8.11.2/8.11.2) id g0HJpSN17108; Thu, 17 Jan 2002 14:51:28 -0500 Date: Thu, 17 Jan 2002 12:39:00 -0000 From: Brad Lucier Message-Id: <200201171951.g0HJpSN17108@popov.math.purdue.edu> To: gcc@gcc.gnu.org Subject: 3.1 bootstrap failure on alphaev6-unknown-linux-gnu Cc: lucier@popov.math.purdue.edu X-SW-Source: 2002-01/txt/msg01242.txt.bz2 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