From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84287 invoked by alias); 19 Jul 2015 20:34:59 -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 84278 invoked by uid 89); 19 Jul 2015 20:34:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 19 Jul 2015 20:34:58 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1ZGvIU-0000jx-Pk from Tom_deVries@mentor.com for gcc-patches@gcc.gnu.org; Sun, 19 Jul 2015 13:34:54 -0700 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Sun, 19 Jul 2015 21:34:53 +0100 Message-ID: <55AC09E6.8070604@mentor.com> Date: Sun, 19 Jul 2015 21:08:00 -0000 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Schwinge CC: Nathan Sidwell , GCC Patches Subject: Re: [gomp4] remove kernel-specific launch References: <55AB97C0.4080303@acm.org> <87y4ibubyj.fsf@kepler.schwinge.homeip.net> In-Reply-To: <87y4ibubyj.fsf@kepler.schwinge.homeip.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-07/txt/msg01620.txt.bz2 On 19/07/15 22:30, Thomas Schwinge wrote: > Does it make sense then to rename GOACC_kernels_internal to > GOACC_kernels? I prefer to keep the name GOACC_kernels_internal, IMO it's clearer. Thanks, - Tom