From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34250 invoked by alias); 29 Apr 2016 07:43:58 -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 34240 invoked by uid 89); 29 Apr 2016 07:43:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=thomas@codesourcery.com, thomascodesourcerycom, Hx-languages-length:630 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 29 Apr 2016 07:43:47 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9F667C00355B; Fri, 29 Apr 2016 07:43:46 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-113-135.phx2.redhat.com [10.3.113.135]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3T7hjdw000482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 Apr 2016 03:43:46 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id u3T7hgPv015008; Fri, 29 Apr 2016 09:43:43 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id u3T7hfVw015007; Fri, 29 Apr 2016 09:43:41 +0200 Date: Fri, 29 Apr 2016 07:43:00 -0000 From: Jakub Jelinek To: Thomas Schwinge Cc: gcc-patches@gcc.gnu.org Subject: Re: check-target-libgomp wall time, without vs. with offloading Message-ID: <20160429074341.GA26501@tucnak.zalov.cz> Reply-To: Jakub Jelinek References: <87mvpqrets.fsf@kepler.schwinge.homeip.net> <20160323190201.GF3017@tucnak.redhat.com> <87shzfa6z1.fsf@hertz.schwinge.homeip.net> <87twimypwg.fsf@hertz.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87twimypwg.fsf@hertz.schwinge.homeip.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg01934.txt.bz2 On Thu, Apr 28, 2016 at 12:43:43PM +0200, Thomas Schwinge wrote: > commit 3b521f3e35fdb4b320e95b5f6a82b8d89399481a > Author: Thomas Schwinge > Date: Thu Apr 21 11:36:39 2016 +0200 > > libgomp: Unconfuse offload plugins vs. offload targets I don't like this patch at all, rather than unconfusing stuff it makes stuff confusing. Plugins are just a way to support various offloading targets. Can you please post just a short patch without all those changes that does what you want, rather than renaming everything at the same time? Jakub