From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16844 invoked by alias); 13 Jul 2017 20:45:53 -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 101767 invoked by uid 89); 13 Jul 2017 20:45:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS,SUBJECT_NEEDS_ENCODING,SUBJ_ILLEGAL_CHARS autolearn=no version=3.3.2 spammy=Hx-languages-length:1012, quality, yesterday X-HELO: mail-pf0-f195.google.com Received: from mail-pf0-f195.google.com (HELO mail-pf0-f195.google.com) (209.85.192.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Jul 2017 20:45:13 +0000 Received: by mail-pf0-f195.google.com with SMTP id q85so8403247pfq.2 for ; Thu, 13 Jul 2017 13:45:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:subject:in-reply-to:cc:from:to:message-id :mime-version; bh=bwbxsmToJEDm5IjysiNO/F5NPp+xGhyYaYuu96jNP8s=; b=Bgr/+vcZxZojoTF2eXMlg7OY6XOONcrcmM1YvUlCvL4VBt3KSsc9OIan4DhehGil3S gZHRGvuyOIKd/KsD3hjyFLA9WM7BLMPZ3O56nLdrUN1xT/UHlKDv5fWtli/ibDCTfH2w AVHPqjurk5RLEk7x0K5VcZdkLjUViX5MXRtlj0yVBlmNPfs8igRa7Prh7pEPdjLL+qSl 6+ukmEuQ2nom34abQP1BmFZHNpuCoz0lX4DYSaOYfhtVqu2DXExLN1FXEe7+VdZvS850 pZa2jU+hWaC29bLp1WGMA4tEjpcIkv5ue2ZFFrJ2zqcgg0id/VngLOaIceSphYLpw3jf rn8A== X-Gm-Message-State: AIVw110IwWb7ZGlDsyN86ewDZvQVWbxSp5AHzdHQYbhyci8Kj2NW6/1H QWu5n2nuuK7u04Cy X-Received: by 10.84.224.134 with SMTP id s6mr11978484plj.263.1499978704967; Thu, 13 Jul 2017 13:45:04 -0700 (PDT) Received: from localhost ([216.38.154.21]) by smtp.gmail.com with ESMTPSA id p77sm13533124pfd.62.2017.07.13.13.45.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Jul 2017 13:45:04 -0700 (PDT) Date: Thu, 13 Jul 2017 20:45:00 -0000 X-Google-Original-Date: Thu, 13 Jul 2017 13:45:02 PDT (-0700) Subject: Re: [BUILDROBOT] RISC-V: ‘profile_probability’ has not been declared In-Reply-To: <3140cd7f-405f-9d85-a6c8-3908ce71d0f8@redhat.com> CC: jbglaw@lug-owl.de, hubicka@ucw.cz, kito.cheng@gmail.com, Andrew Waterman , gcc-patches@gcc.gnu.org, jakub@redhat.com, mliska@suse.cz From: Palmer Dabbelt To: law@redhat.com Message-ID: Mime-Version: 1.0 (MHng) X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00770.txt.bz2 On Thu, 13 Jul 2017 13:43:52 PDT (-0700), law@redhat.com wrote: > On 07/13/2017 02:39 PM, Jan-Benedict Glaw wrote: >> Hi Jan, >> hi Kito, Palmer and Andrew! >> >> On Thu, 2017-06-29 14:27:41 +0200, Jan Hubicka wrote: >>> this is second step of the profile maintenance revamp. It implements >>> profile_probability type which is pretty much symmetric to profile_count >>> except that it implements fixed point arithmetics for values 0...1. >>> It is used to maintain probabilities of edges out of basic blocks. >>> In addition it tracks information about quality of the estimate which can >>> later be used for optimization. >> >> RISC-V (--enable-languages=c,c++ --target=riscv32-unknown-linux-gnu >> --without-headers --disable-threads) fails to build right now, >> probably only missing header or header order: > [ ... ] > I fixed that yesterday :-) Thanks! I was just cloning a fresh version to try and reproduce it.