From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27382 invoked by alias); 19 Nov 2014 20:08:06 -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 27373 invoked by uid 89); 19 Nov 2014 20:08:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE 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; Wed, 19 Nov 2014 20:08:05 +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 1XrBXl-0000D0-45 from Tom_deVries@mentor.com ; Wed, 19 Nov 2014 12:08:01 -0800 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.181.6; Wed, 19 Nov 2014 20:07:41 +0000 Message-ID: <546CF88B.4050704@mentor.com> Date: Wed, 19 Nov 2014 20:34:00 -0000 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: GCC Patches CC: Richard Biener , Jakub Jelinek , Thomas Schwinge , Bernd Schmidt Subject: Re: openacc kernels directive -- initial support References: <546743BC.5070804@mentor.com> In-Reply-To: <546743BC.5070804@mentor.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-11/txt/msg02574.txt.bz2 On 15-11-14 13:14, Tom de Vries wrote: > Don't allow flto-partition=balance for fopenacc > Unsubmitted. This works around a compilation problem for > libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-2.c that I ran into on > our internal dev branch. I'll investigate whether I can reproduce with > gomp-4_0-branch asap. I managed to reproduce this problem with the gomp-4_0-branch. Filed as: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63979 . Thanks, - Tom