From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65150 invoked by alias); 28 Apr 2017 16:53:53 -0000 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 Received: (qmail 65092 invoked by uid 89); 28 Apr 2017 16:53:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:20cf5d7, website X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Apr 2017 16:53:51 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2F36583F3A; Fri, 28 Apr 2017 16:53:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2F36583F3A Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dmalcolm@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2F36583F3A Received: from ovpn-116-213.phx2.redhat.com (ovpn-116-213.phx2.redhat.com [10.3.116.213]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8D0F01750F; Fri, 28 Apr 2017 16:53:51 +0000 (UTC) Message-ID: <1493398430.9106.158.camel@redhat.com> Subject: Re: LCOV of current GCC From: David Malcolm To: Richard Biener , Martin =?UTF-8?Q?Li=C5=A1ka?= Cc: GCC Development , Jan Hubicka Date: Fri, 28 Apr 2017 16:53:00 -0000 In-Reply-To: References: <20cf5d7c-ee4f-9a83-d610-426333951804@suse.cz> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00143.txt.bz2 On Fri, 2017-04-28 at 11:38 +0200, Richard Biener wrote: > On Fri, Apr 28, 2017 at 11:07 AM, Martin Liška > wrote: > > Hello. > > > > I've been working on some patches for GCOV and lcov was of my test > > scenarios. > > I'm sending link to static HTML pages made by the tool which are > > recorded > > for GCC (w/o bootstrap) build + running test-suite on x86_64-linux > > -gnu. > > I'm planning to set up a periodic build of that that will > > eventually rsync > > content to a public website: > > > > I guess it can be interesting for instance to see which folding > > branches are > > not used, or which files (functionality) is basically not much > > tested via > > the testsuite. > > > > https://drive.google.com/open?id=0B0pisUJ80pO1X0s3eEpuQ25GTG8 > > > > P.S. I've noticed David fixed doxygen of the project, I can rsync > > also that > > to public website. > > Nice! Results look better than anticipated ;) > > Richard. > > > Martin Excellent; thanks. For your periodic builds, please can you add "jit" to the enabled languages (it will also need --enable-host-shared). Would be nice to add libiberty and libcpp to this, but maybe that needs extra work? Dave