From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70092 invoked by alias); 11 Oct 2015 22:19:31 -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 69983 invoked by uid 89); 11 Oct 2015 22:19:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f47.google.com Received: from mail-qg0-f47.google.com (HELO mail-qg0-f47.google.com) (209.85.192.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 11 Oct 2015 22:19:28 +0000 Received: by qgeb31 with SMTP id b31so7312500qge.0 for ; Sun, 11 Oct 2015 15:19:26 -0700 (PDT) X-Received: by 10.140.133.198 with SMTP id 189mr28412375qhf.99.1444601965992; Sun, 11 Oct 2015 15:19:25 -0700 (PDT) Received: from ?IPv6:2601:181:c000:c497:a2a8:cdff:fe3e:b48? ([2601:181:c000:c497:a2a8:cdff:fe3e:b48]) by smtp.googlemail.com with ESMTPSA id s19sm5941790qgd.27.2015.10.11.15.19.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 Oct 2015 15:19:25 -0700 (PDT) Subject: Re: [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++ To: Thomas Schwinge References: <87h9m1nwle.fsf@kepler.schwinge.homeip.net> <5617B27D.7010602@acm.org> <87bnc8cgw6.fsf@schwinge.name> <5617C27B.9040706@acm.org> <8737xkcfdg.fsf@schwinge.name> Cc: Jakub Jelinek , James Norris , Cesar Philippidis , gcc-patches@gcc.gnu.org, Jason Merrill , Joseph Myers From: Nathan Sidwell Message-ID: <561AE06C.9010201@acm.org> Date: Sun, 11 Oct 2015 22:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <8737xkcfdg.fsf@schwinge.name> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-10/txt/msg01083.txt.bz2 On 10/09/15 09:59, Thomas Schwinge wrote: > It's s string describing the pragma as parsed thus far. Again, not > documenting that as well as our usage of it is totally "standard", see > OpenMP's cp_parser_omp_parallel, cp_parser_omp_for, and many more. Ok, I'm not going to hold this to a higher than normal standard then. C++ bits ok, thanks. nathan