This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failures on solaris
- From: Art Haas <ahaas at impactweather dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Tue, 9 Jun 2009 14:36:25 GMT
- Subject: Bootstrap failures on solaris
Hi.
I've had no luck with recent bootstraps on both i386-pc-solaris2.10 and
sparc-sun-solaris2.10. The error messages below are from builds performed
after updating my repo this morning.
i386-pc-solaris:
cc1: warnings being treated as errors
/export/home/arth/gnu/gcc.git/gcc/tree-ssa-loop-prefetch.c: In function 'loop_prefetch_arrays':
/export/home/arth/gnu/gcc.git/gcc/tree-ssa-loop-prefetch.c:1589:7: error: format '%ld' expects type 'long int', but argument 5 has type 'long long int'
make[3]: *** [tree-ssa-loop-prefetch.o] Error 1
make[3]: *** Waiting for unfinished jobs....
sparc-sun-solaris2.10:
/export/home/arth/src/gcc.git/libgcc/../gcc/unwind-dw2-fde.c: In function '__register_frame_table':
/export/home/arth/src/gcc.git/libgcc/../gcc/unwind-dw2-fde.c:154:1: internal compiler error: in dwarf2out_begin_epilogue, at dwarf2out.c:2753
Please submit a full bug report, with preprocessed source if appropriate.
Anyone else seeing failures like this?
Art Haas