From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81787 invoked by alias); 2 Nov 2015 13:41:04 -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 81773 invoked by uid 89); 2 Nov 2015 13:41:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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; Mon, 02 Nov 2015 13:41:02 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id DA9B2B7CC8; Mon, 2 Nov 2015 13:41:00 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-136.ams2.redhat.com [10.36.116.136]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tA2DewYL031435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 2 Nov 2015 08:40:59 -0500 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id tA2DeuWr013772; Mon, 2 Nov 2015 14:40:56 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id tA2DesHa013771; Mon, 2 Nov 2015 14:40:54 +0100 Date: Mon, 02 Nov 2015 13:41:00 -0000 From: Jakub Jelinek To: Thomas Schwinge Cc: gcc-patches@gcc.gnu.org, Chung-Lin Tang Subject: Re: OpenACC atomic directive Message-ID: <20151102134054.GJ478@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <87ziyw1ral.fsf@kepler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ziyw1ral.fsf@kepler.schwinge.homeip.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00065.txt.bz2 On Mon, Nov 02, 2015 at 02:09:38PM +0100, Thomas Schwinge wrote: > The OpenACC atomic directive matches OpenMP's atomic directive (got that > clarified by the OpenACC committee), so they can share the same > implementation. OK for trunk? Ok. Jakub