This is the mail archive of the gcc-bugs@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]

Bootstrap Failure for gcc-ss-20000703



I was trying a parallel (2 processor) optimized bootstrap build on an
i686-linux-gnu box with

BOOT_CFLAGS= -O3 -march=i686 -funroll-loops -fomit-frame-pointer
-fforce-mem -fforce-addr -ffast-math -malign-double -malign-jumps=2
-malign-functions=2 -malign-loops=2

when the following happened:

stage2/xgcc -Bstage2/ -B/usr/local/i686-pc-linux-gnu/bin/  -DIN_GCC    -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -O2 -O3 -march=i686 -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr -ffast-math -malign-double -malign-jumps=2 -malign-functions=2 -malign-loops=2  -DHAVE_CONFIG_H  -o gencheck \
 gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./gengenrtl -h >tmp-genrtl.h
make[2]: *** [s-genrtl] Error 139
../stage2/xgcc -B../stage2/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../../../gcc/gcc/intl -I../../../gcc/gcc/lib -I../../../gcc/gcc/intl/.. -I../../../gcc/gcc/intl/../config -I../../../gcc/gcc/intl/../../include  -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -O2 -O3 -march=i686 -funroll-loops -fomit-frame-pointer -fforce-mem -fforce-addr -ffast-math -malign-double -malign-jumps=2 -malign-functions=2 -malign-loops=2  ../../../gcc/gcc/intl/explodename.c
In file included from ../../../gcc/gcc/gansidecl.h:28,
                 from ../config.h:4,
                 from ../../../gcc/gcc/intl/explodename.c:19:
../../../gcc/include/ansidecl.h:186:16: warning: integer overflow in preprocessor expression
../../../gcc/include/ansidecl.h:192:17: warning: integer overflow in preprocessor expression
../../../gcc/include/ansidecl.h:201:17: warning: integer overflow in preprocessor expression
../../../gcc/include/ansidecl.h:228:15: warning: integer overflow in preprocessor expression
In file included from ../config.h:4,
                 from ../../../gcc/gcc/intl/explodename.c:19:
../../../gcc/gcc/gansidecl.h:37:16: warning: integer overflow in preprocessor expression
../../../gcc/gcc/intl/dcgettext.c: In function `find_msg':
../../../gcc/gcc/intl/dcgettext.c:400: warning: `act' might be used uninitialized in this function
../../../gcc/gcc/intl/dcgettext.c: In function `guess_category_value':
../../../gcc/gcc/intl/dcgettext.c:546: warning: unused parameter `category'
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o
ranlib libintl.a
make[3]: Leaving directory `/home/ronis/Project/notar/objdir/gcc/intl'
(cd po && make -j 2 all)
make[3]: Entering directory `/home/ronis/Project/notar/objdir/gcc/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ronis/Project/notar/objdir/gcc/po'
make[2]: Leaving directory `/home/ronis/Project/notar/objdir/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/ronis/Project/notar/objdir/gcc'
make: *** [bootstrap] Error 2


I none of the error messages seems to be fatal, although the ones
about the interger overflow in the preprocesed expressions are
worrysome (and new).


David

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