From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23956 invoked by alias); 29 Jul 2002 12:29:35 -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 23949 invoked from network); 29 Jul 2002 12:29:35 -0000 Received: from unknown (HELO iol.unh.edu) (132.177.123.82) by sources.redhat.com with SMTP; 29 Jul 2002 12:29:35 -0000 Received: from iol.unh.edu (astro.iol.unh.edu [132.177.124.6]) by iol.unh.edu (8.12.3/8.12.3) with ESMTP id g6TCTY6U008862; Mon, 29 Jul 2002 08:29:34 -0400 Message-ID: <3D45365D.3EF55EBE@iol.unh.edu> Date: Mon, 29 Jul 2002 10:20:00 -0000 From: bemis Organization: University of New Hampshire X-Accept-Language: en MIME-Version: 1.0 To: clp , "'gcc@gcc.gnu.org'" Subject: bitmap.o error on alpha build of basic toolchain Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg01372.txt.bz2 hello, I built on alphaev56 with the basic toolchain combination. at first it looks like a lot of warnings, but near the bottom is a "#error: "Fill out the table"" this does not happen on a similar build for intel. stage2/xgcc -Bstage2/ -B/mnt/u9/toolchain/buildsys/install/alpha9/basic/native/t oolchain/alphaev56-unknown-linux-gnu/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite -strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-l ong-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/mnt/u9/toolchain/builds ys/source/toolchain/gcc -I/mnt/u9/toolchain/buildsys/source/toolchain/gcc/. -I/m nt/u9/toolchain/buildsys/source/toolchain/gcc/config -I/mnt/u9/toolchain/buildsy s/source/toolchain/gcc/../include /mnt/u9/toolchain/buildsys/source/toolchain/gc c/bitmap.c -o bitmap.o In file included from /mnt/u9/toolchain/buildsys/source/toolchain/gcc/system.h:1 71, from /mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:2 2: /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:39:9: warning: integer o verflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:39:34: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:59:6: warning: integer o verflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:59:27: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:73:32: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:78:7: warning: integer o verflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:78:33: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:91:6: warning: integer o verflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:91:32: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:95:7: warning: integer o verflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:95:33: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:106:6: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:106:32: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:109:7: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:109:33: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:118:6: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:129:7: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:129:33: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:132:8: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:132:34: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:147:8: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/hwint.h:147:33: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:459:5: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:460:3: #error "Fill out the table." /mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:462:5: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:512:5: warning: integer overflow in preprocessor expression /mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:513:3: #error "Fill out the table." /mnt/u9/toolchain/buildsys/source/toolchain/gcc/bitmap.c:515:5: warning: integer overflow in preprocessor expression make[2]: *** [bitmap.o] Error 1 make[2]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic/native /toolchain/gcc' make[1]: *** [stage3_build] Error 2 make[1]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic/native /toolchain/gcc' make: *** [bootstrap] Error 2