From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9509 invoked by alias); 9 Jun 2009 14:36:36 -0000 Received: (qmail 9501 invoked by uid 22791); 9 Jun 2009 14:36:35 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM X-Spam-Check-By: sourceware.org Received: from mail2.impactweather.com (HELO mail2.impactweather.com) (209.249.14.182) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 09 Jun 2009 14:36:28 +0000 Received: (qmail 29189 invoked from network); 9 Jun 2009 14:36:25 -0000 Received: from unknown (HELO impdell3.impactweather.local) (10.0.1.254) by mail2.impactweather.com with SMTP; 9 Jun 2009 14:36:25 -0000 Received: from impdell3.impactweather.local (localhost [127.0.0.1]) by impdell3.impactweather.local (8.13.8+Sun/8.13.8) with ESMTP id n59EaPgS028766 for ; Tue, 9 Jun 2009 14:36:25 GMT Received: (from arth@localhost) by impdell3.impactweather.local (8.13.8+Sun/8.13.8/Submit) id n59EaP8F028765; Tue, 9 Jun 2009 14:36:25 GMT Date: Tue, 09 Jun 2009 14:36:00 -0000 Message-Id: <200906091436.n59EaP8F028765@impdell3.impactweather.local> From: Art Haas To: Subject: Bootstrap failures on solaris Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg00176.txt.bz2 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