From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13611 invoked by alias); 18 Nov 2010 21:43:29 -0000 Received: (qmail 13598 invoked by uid 22791); 18 Nov 2010 21:43:27 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Nov 2010 21:43:21 +0000 From: "steven at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/46528] [ia64] profiledbootstrap failure X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: steven at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Last reconfirmed Ever Confirmed Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 18 Nov 2010 22:09:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-11/txt/msg02396.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46528 Steven Bosscher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2010.11.18 21:43:15 Ever Confirmed|0 |1 --- Comment #3 from Steven Bosscher 2010-11-18 21:43:15 UTC --- Also happens with --enable-checking=release on ia64: ../../trunk/libcpp/macro.c: In function 'cpp_macro_definition': ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: profile data is not flow-consistent ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: number of executions for edge 45-59 thought to be -104 ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: number of executions for edge 45-1 thought to be 104 ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: number of executions for edge 55-56 thought to be 10 ../../trunk/libcpp/macro.c:2123:1: error: corrupted profile info: number of executions for edge 55-57 thought to be -5 make[3]: *** [macro.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/home/stevenb/devel/build-test/libcpp' make[2]: *** [all-stagefeedback-libcpp] Error 2 make[2]: Leaving directory `/home/stevenb/devel/build-test' make[1]: *** [stagefeedback-bubble] Error 2 make[1]: Leaving directory `/home/stevenb/devel/build-test' make: *** [profiledbootstrap] Error 2 stevenb@iowa:~/devel/build-test$ cat gcc/configargs.h /* Generated automatically. */ static const char configuration_arguments[] = "../trunk/configure --with-gmp=/home/stevenb --with-mpfr=/home/stevenb --enable-languages=c --enable-checking=release --disable-nls --disable-libmudflap --disable-libssp"; static const char thread_model[] = "posix";