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]

Bootstrap failure on x86 and sparc Solaris


Hi.

No luck with today's GCC builds - both my x86 and sparc builds
failed this morning.

i386-pc-solaris2.10:

The build failed in 'stage2':

/home/ahaas/gnu/gcc.git/gcc/dwarf2out.c: In function 'get_ref_die_offset_label':/home/ahaas/gnu/gcc.git/gcc/dwarf2out.c:6549:5: error: format '%lld' expects type 'long long int', but argument 4 has type 'dw_offset' [-Werror=format]
cc1: all warnings being treated as errors
make[3]: *** [dwarf2out.o] Error 1
make[3]: *** Waiting for unfinished jobs....

My build from yesterday was successful:
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/export/home/arth/local/libexec/gcc/i386-pc-solaris2.10/4.6.0/lto-wrapper
Target: i386-pc-solaris2.10
Configured with: /home/ahaas/gnu/gcc.git/configure --prefix=/export/home/arth/local --enable-languages=c,c++,objc,fortran --disable-nls --with-gmp=/export/home/arth/local --with-mpfr=/export/home/arth/local --enable-checking=release --enable-threads=posix --with-gnu-as --with-as=/export/home/arth/local/bin/as --with-gnu-ld --with-ld=/export/home/arth/local/bin/ld --enable-libstdcxx-pch=no --enable-objc-gc --build=i386-pc-solaris2.10
Thread model: posix
gcc version 4.6.0 20100908 (experimental) (GCC)


sparc-sun-solaris2.10:

The build failed in 'stage1':

/var/tmp//ccYaGaCW.s: Assembler messages:
/var/tmp//ccYaGaCW.s:1401: Error: value of 00000289029f33c2 too large for field
of 4 bytes at 000000000000011a
/var/tmp//ccYaGaCW.s:1407: Error: value of 00000289029f3440 too large for field
of 4 bytes at 000000000000012a
gmake[3]: *** [_moddi3.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....

My build from two days ago was successful:
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/export/home/arth/local/libexec/gcc/sparc-sun-solaris2.10/4.6.0/lto-wrapper
Target: sparc-sun-solaris2.10
Configured with: /export/home/arth/src/gcc.git/configure --prefix=/export/home/arth/local --enable-languages=c,c++,objc --disable-nls --with-gmp=/export/home/arth/local --with-mpfr=/export/home/arth/local --with-mpc=/export/home/arth/local --enable-checking=release --enable-threads --with-gnu-as --with-as=/export/home/arth/local/bin/as --with-gnu-ld --with-ld=/export/home/arth/local/bin/ld --enable-libstdcxx-pch=no --with-cpu=ultrasparc3 --with-tune=ultrasparc3
Thread model: posix
gcc version 4.6.0 20100907 (experimental) (GCC)

Art Haas


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