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]

mainline bootstrap failure in bitmap.c on sparcv9-sun-solaris2.8


After a generic configure, bootstrap fails with

make[1]: Entering directory `/export/u3/lucier/programs/gcc/gcc-3.2/objdir-sparcv9/gcc'
make CC="stage2/xgcc -Bstage2/ -B/home/c/lucier/local/gcc-test/sparcv9-sun-solaris2.8/bin/" \
         STAGE_PREFIX=stage2/ \
         ADAC="\$(CC)" CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/home/c/lucier/local/gcc-test/lib LANGUAGES="c gcov c++ f77 java objc" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
make[2]: Entering directory `/export/u3/lucier/programs/gcc/gcc-3.2/objdir-sparcv9/gcc'
stage2/xgcc -Bstage2/ -B/home/c/lucier/local/gcc-test/sparcv9-sun-solaris2.8/bin/ -c -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include ../../gcc/bitmap.c -o bitmap.o
In file included from ../../gcc/system.h:171,
                 from ../../gcc/bitmap.c:22:
../../gcc/hwint.h:39:9: warning: integer overflow in preprocessor expression
In file included from ../../gcc/system.h:490,
                 from ../../gcc/bitmap.c:22:
../../include/libiberty.h:288:5: warning: integer overflow in preprocessor expression
In file included from ../../gcc/bitmap.c:22:
../../gcc/system.h:575:6: warning: integer overflow in preprocessor expression
../../gcc/bitmap.c:460:3: #error "Fill out the table."
../../gcc/bitmap.c:512:5: warning: integer overflow in preprocessor expression
../../gcc/bitmap.c:513:3: #error "Fill out the table."
../../gcc/bitmap.c:515:5: warning: integer overflow in preprocessor expression
make[2]: *** [bitmap.o] Error 1
make[2]: Leaving directory `/export/u3/lucier/programs/gcc/gcc-3.2/objdir-sparcv9/gcc'
make[1]: *** [stage3_build] Error 2
make[1]: Leaving directory `/export/u3/lucier/programs/gcc/gcc-3.2/objdir-sparcv9/gcc'
make: *** [bootstrap] Error 2


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