From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13016 invoked by alias); 1 Oct 2014 22:46:22 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 13003 invoked by uid 89); 1 Oct 2014 22:46:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 01 Oct 2014 22:46:20 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 97B1E2A51BA1D; Wed, 1 Oct 2014 23:46:12 +0100 (IST) Received: from KLMAIL02.kl.imgtec.org (10.40.60.222) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 1 Oct 2014 23:46:16 +0100 Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by klmail02.kl.imgtec.org (10.40.60.222) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 1 Oct 2014 23:46:16 +0100 Received: from [192.168.65.53] (192.168.65.53) by bamail02.ba.imgtec.org (10.20.40.28) with Microsoft SMTP Server (TLS) id 14.3.174.1; Wed, 1 Oct 2014 15:46:07 -0700 Message-ID: <1412203567.2740.488.camel@ubuntu-sellcey> Subject: Re: [PATCH] Redesign jump threading profile updates From: Steve Ellcey To: Teresa Johnson CC: Christophe Lyon , Sebastian Pop , Jeff Law , "gcc-patches@gcc.gnu.org" , Jan Hubicka , David Li Date: Wed, 01 Oct 2014 22:46:00 -0000 In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg00107.txt.bz2 On Wed, 2014-10-01 at 13:04 -0700, Teresa Johnson wrote: > 2014-10-01 Teresa Johnson > > * tree-ssa-threadupdate.c (freqs_to_counts_path): Scale frequencies > up when synthesizing counts to avoid rounding errors. I tried this patch on my MIPS toolchain build but GCC is still failing while building glibc. iconv_open.c: In function 'iconv_open': iconv_open.c:32:1: error: verify_flow_info: Wrong probability of edge 14->18 -920374544 iconv_open (const char *tocode, const char *fromcode) ^ iconv_open.c:32:1: error: verify_flow_info: Wrong probability of edge 14->19 -903724544 iconv_open.c:32:1: internal compiler error: verify_flow_info failed 0x626a70 verify_flow_info() /scratch/sellcey/repos/nightly/src/gcc/gcc/cfghooks.c:260 0x9f36e4 cleanup_tree_cfg_noloop /scratch/sellcey/repos/nightly/src/gcc/gcc/tree-cfgcleanup.c:765 0x9f36e4 cleanup_tree_cfg() /scratch/sellcey/repos/nightly/src/gcc/gcc/tree-cfgcleanup.c:814 0x8eeff4 execute_function_todo /scratch/sellcey/repos/nightly/src/gcc/gcc/passes.c:1704 0x8efb23 execute_todo /scratch/sellcey/repos/nightly/src/gcc/gcc/passes.c:1808 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.