From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27117 invoked by alias); 8 Jan 2019 13:36:03 -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 27097 invoked by uid 89); 8 Jan 2019 13:36:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 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, 08 Jan 2019 13:36:01 +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 744633F722; Tue, 8 Jan 2019 13:36:00 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-18.ams2.redhat.com [10.36.116.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DFF765C237; Tue, 8 Jan 2019 13:35:59 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id x08DZvtS021984; Tue, 8 Jan 2019 14:35:57 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id x08DZtLR021983; Tue, 8 Jan 2019 14:35:55 +0100 Date: Tue, 08 Jan 2019 13:36:00 -0000 From: Jakub Jelinek To: Julian Brown Cc: Iain Sandoe , Martin Jambor , Cesar Philippidis , "gcc-patches@gcc.gnu.org" , Thomas Schwinge Subject: Re: [patch,openacc] Fix PR71959: lto dump of callee counts Message-ID: <20190108133555.GE30353@tucnak> Reply-To: Jakub Jelinek References: <319b3ebd-c601-449b-718c-963b68414224@codesourcery.com> <20181221025636.3f9b377c@squid.athome> <20181221132303.1ab86f96@squid.athome> <20181221133119.GF23305@tucnak> <20181221164732.53df29f8@squid.athome> <844297BE-45C7-4CF9-BB5E-C77E9B5B9EBB@googlemail.com> <20190108133045.6a576f2c@squid.athome> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190108133045.6a576f2c@squid.athome> User-Agent: Mutt/1.10.1 (2018-07-13) X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00401.txt.bz2 On Tue, Jan 08, 2019 at 01:30:45PM +0000, Julian Brown wrote: > commit 2ee3f8d09a7b2af6c9ba29cdd8e8587db1946c0b > Author: Julian Brown > Date: Wed Dec 19 05:01:58 2018 -0800 > > Add testcase from PR71959 > > libgomp/ > > PR lto/71959 > * testsuite/libgomp.oacc-c++/pr71959-aux.cc: New. > * testsuite/libgomp.oacc-c++/pr71959.C: New. Ok, thanks. Jakub