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]

bootstrapping of egcs-19990405 fails on alphaev56-dec-osf4.0d



Hi,

bootstrapping of egcs-19990405 fails on alphaev56-dec-osf4.0d.
Here are the last lines of the build process:

stage1/xgcc -Bstage1/ -B/local/egcs-snapshot/alphaev56-dec-osf4.0d/bin/ -c  -DIN_GCC -DHAIFA    -W -Wall -O2 -g -O2  -DHAVE_CONFIG_H    -I. -I../../egcs-19990405/gcc -I../../egcs-19990405/gcc/config -I../../egcs-19990405/gcc/../include ../../egcs-19990405/gcc/tree.c
as0: Error: ../../egcs-19990405/gcc/tree.c, line 6: Overflow: 0x01000000000000000110842109
      .quad 0x1000000000000000110842109
as0: Error: ../../egcs-19990405/gcc/tree.c, line 6: Overflow: 0x01000000000000000010842109
      .quad 0x1000000000000000010842109
make[2]: *** [tree.o] Error 1
make[2]: Leaving directory `/mnt/video/matthias/src/DEC/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/mnt/video/matthias/src/DEC/gcc'
make: *** [bootstrap] Error 2


> ../egcs-19990405/config.guess
alphaev56-dec-osf4.0d



Let's try to provide some further information following the standard
bug report procedure:

stage1/xgcc -v --save-temps -Bstage1/ -B/local/egcs-snapshot/alphaev56-dec-osf4.0d/bin/ -c -DIN_GCC -DHAIFA -W -Wall -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../egcs-19990405/gcc -I../../egcs-19990405/gcc/config -I../../egcs-19990405/gcc/../include ../../egcs-19990405/gcc/tree.c
Reading specs from stage1/specs
gcc version egcs-2.93.16 19990405 (gcc2 ss-980929 experimental)
 stage1/cpp -lang-c -v -I. -I../../egcs-19990405/gcc -I../../egcs-19990405/gcc/config -I../../egcs-19990405/gcc/../include -isystem /local/egcs-snapshot/alphaev56-dec-osf4.0d/bin/include -isystem include -isystem stage1/include -undef -D__GNUC__=2 -D__GNUC_MINOR__=93 -Dunix -D__osf__ -D_LONGLONG -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__unix__ -D__osf__ -D_LONGLONG -D__SYSTYPE_BSD__ -D_SYSTYPE_BSD -D__unix -D__SYSTYPE_BSD -Asystem(unix) -Asystem(xpg4) -D__OPTIMIZE__ -g -W -Wall -D__LANGUAGE_C__ -D__LANGUAGE_C -DLANGUAGE_C -Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__ -D__alpha_ev5__ -Acpu(ev5) -D__alpha_bwx__ -Acpu(bwx) -DIN_GCC -DHAIFA -DHAVE_CONFIG_H ../../egcs-19990405/gcc/tree.c tree.i
GNU CPP version egcs-2.93.16 19990405 (gcc2 ss-980929 experimental)
#include "..." search starts here:
#include <...> search starts here:
 .
 ../../egcs-19990405/gcc
 ../../egcs-19990405/gcc/config
 ../../egcs-19990405/gcc/../include
 include
 /usr/local/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /local/egcs-snapshot/lib/gcc-lib/alphaev56-dec-osf4.0d/egcs-2.93.16/../../../../include/g++-2
 /local/egcs-snapshot/lib/gcc-lib/alphaev56-dec-osf4.0d/egcs-2.93.16/../../../../alphaev56-dec-osf4.0d/include
 /local/egcs-snapshot/lib/gcc-lib/alphaev56-dec-osf4.0d/egcs-2.93.16/include
End of omitted list.
 stage1/cc1 tree.i -quiet -dumpbase tree.c -g -O2 -O2 -W -Wall -version -o tree.s
GNU C version egcs-2.93.16 19990405 (gcc2 ss-980929 experimental) (alphaev56-dec-osf4.0d) compiled by GNU C version egcs-2.93.16 19990405 (gcc2 ss-980929 experimental).
 as -g -nocpp -O0 -o tree.o tree.s
as0: Error: ../../egcs-19990405/gcc/tree.c, line 6: Overflow: 0x01000000000000000110842109
      .quad 0x1000000000000000110842109
as0: Error: ../../egcs-19990405/gcc/tree.c, line 6: Overflow: 0x01000000000000000010842109
      .quad 0x1000000000000000010842109


I dropped the attachment of tree.i and tree.s because it exceeded the
100000 bytes limit. Please send me an email if you need further
information. 

Best regards,
	Matthias


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