From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68794 invoked by alias); 1 Sep 2015 13:01:00 -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 68765 invoked by uid 89); 1 Sep 2015 13:00:58 -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-f52.google.com Received: from mail-qg0-f52.google.com (HELO mail-qg0-f52.google.com) (209.85.192.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 01 Sep 2015 13:00:53 +0000 Received: by qgeb6 with SMTP id b6so92424866qge.3 for ; Tue, 01 Sep 2015 06:00:51 -0700 (PDT) X-Received: by 10.140.201.66 with SMTP id w63mr50298788qha.36.1441112451233; Tue, 01 Sep 2015 06:00:51 -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 g71sm9777734qkh.30.2015.09.01.06.00.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Sep 2015 06:00:50 -0700 (PDT) Subject: Re: [gomp4] expunge shared_size from launch API To: Tom de Vries References: <55E49162.70202@acm.org> <55E57AD4.6070108@mentor.com> Cc: GCC Patches From: Nathan Sidwell Message-ID: <55E5A181.9080407@acm.org> Date: Tue, 01 Sep 2015 13:01:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55E57AD4.6070108@mentor.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-09/txt/msg00045.txt.bz2 On 09/01/15 06:15, Tom de Vries wrote: > On 31/08/15 19:39, Nathan Sidwell wrote: >> * builtin-types.def (DEF_FUNCTION_TYPE_VAR_6): Define. > > Committed attached follow-up patch to fix the ada build. thanks