From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11478 invoked by alias); 16 Dec 2002 22:45:11 -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 11465 invoked from network); 16 Dec 2002 22:45:09 -0000 Received: from unknown (HELO jpr.com) (66.167.21.66) by sources.redhat.com with SMTP; 16 Dec 2002 22:45:09 -0000 Received: from localhost (1114 bytes) by jpr.com via sendmail with P:stdio/R:inet_hosts/T:smtp (sender: ) (ident using unix) id for ; Mon, 16 Dec 2002 17:45:08 -0500 (EST) (Smail-3.2.0.114 2001-Aug-6 #1 built 2001-Aug-07) Date: Mon, 16 Dec 2002 14:47:00 -0000 From: Jean-Pierre Radley To: GCC Developers Subject: compile error on OSR 5.0.6 Message-ID: <20021216224508.GA19953@jpradley.jpr.com> Mail-Followup-To: GCC Developers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.2i X-SW-Source: 2002-12/txt/msg00953.txt.bz2 I did a fine bootstrap yesterday, so that "gcc -v" says: Reading specs from /u/bin/../lib/gcc-lib/i686-pc-sco3.2v5.0.6/3.3/specs Configured with: /s/tools/gcc/configure --enable-languages=c,c++ --enable-shared --disable-nls Thread model: single gcc version 3.3 20021215 (experimental) I updated my source tree just now, and 'make bootstrap' fails on: /bin/cc -c -g -DIN_GCC -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/s/tools/gcc/gcc -I/s/tools/gcc/gcc/. -I/s/tools/gcc/gcc/config -I/s/tools/gcc/gcc/. ./include /s/tools/gcc/gcc/gengenrtl.c -o gengenrtl.o "/s/tools/gcc/gcc/hwint.h", line 113: #error: "Unable to find a suitable type for HOST_WIDEST_INT" -- JP