From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18623 invoked by alias); 30 Apr 2019 15:07:18 -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 18519 invoked by uid 89); 30 Apr 2019 15:07:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= 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; Tue, 30 Apr 2019 15:07:14 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 55A1230ADBCF; Tue, 30 Apr 2019 15:07:13 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-43.rdu2.redhat.com [10.10.112.43]) by smtp.corp.redhat.com (Postfix) with ESMTP id 836AD6D080; Tue, 30 Apr 2019 15:07:12 +0000 (UTC) Subject: Re: [PATCH] Update sinhatanh test To: Giuliano Augusto Faulin Belinassi , GCC Patches References: <20190110205151.s3cknbehcxywv6sn@smtp.gmail.com> From: Jeff Law Openpgp: preference=signencrypt Message-ID: <3e2e9a32-6ce6-374b-27e1-cfc4fe71fcb4@redhat.com> Date: Tue, 30 Apr 2019 15:08:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg01244.txt.bz2 On 4/29/19 3:41 PM, Giuliano Augusto Faulin Belinassi wrote: > Hi. > Ping :-) > (I hope I am not bothering you with it) > Giuliano. > > On Thu, Jan 10, 2019 at 6:51 PM Giuliano Belinassi > wrote: >> >> Previously, the tests 'sinhatanh-2.c' and 'sinhatanh-3.c' did not count >> the number of functions found in the tree-dump. This patch address this >> issue. >> >> 2019-01-10 Giuliano Belinassi >> >> * gcc.dg/sinhatanh-2.c: Count the number of functions. >> * gcc.dg/sinhatanh-3.c: Likewise. >> Thanks for the ping. The patch wasn't even in my queue of things to look at. I've installed the patch on the trunk. jeff