From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119437 invoked by alias); 12 Nov 2015 20:53:57 -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 119428 invoked by uid 89); 12 Nov 2015 20:53:57 -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-yk0-f179.google.com Received: from mail-yk0-f179.google.com (HELO mail-yk0-f179.google.com) (209.85.160.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 12 Nov 2015 20:53:56 +0000 Received: by ykba77 with SMTP id a77so113215589ykb.2 for ; Thu, 12 Nov 2015 12:53:54 -0800 (PST) X-Received: by 10.129.119.10 with SMTP id s10mr18676506ywc.47.1447361634198; Thu, 12 Nov 2015 12:53:54 -0800 (PST) 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 j129sm16822303ywf.14.2015.11.12.12.53.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Nov 2015 12:53:53 -0800 (PST) Subject: Re: open acc default data attribute To: David Edelsohn References: Cc: GCC Patches From: Nathan Sidwell Message-ID: <5644FC60.6090600@acm.org> Date: Thu, 12 Nov 2015 20:53: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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-11/txt/msg01596.txt.bz2 On 11/12/15 15:22, David Edelsohn wrote: > Nathan, > > The ChangeLog was placed in the wrong files. > > gcc/ > * gimplify.c (oacc_default_clause): New. > (omp_notice_variable): Call it. Fixed. I placed the entries in the other files, but failed to cleanup the above one. nathan