From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83571 invoked by alias); 18 Nov 2015 15:18:25 -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 83541 invoked by uid 89); 18 Nov 2015 15:18:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS 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, 18 Nov 2015 15:18:24 +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 1Zz4V2-0007JI-Qx from Tom_deVries@mentor.com ; Wed, 18 Nov 2015 07:18:21 -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.224.2; Wed, 18 Nov 2015 15:18:19 +0000 Subject: Re: [gomp4] OpenACC async clause regressions To: Thomas Schwinge , Chung-Lin Tang , References: <20150615122037.GA45068@msticlxl57.ims.intel.com> <20150615130609.GR10247@tucnak.redhat.com> <20150615161827.GB45068@msticlxl57.ims.intel.com> <20150615162528.GU10247@tucnak.redhat.com> <20150615194850.GC45068@msticlxl57.ims.intel.com> <20150615195840.GZ10247@tucnak.redhat.com> <20150619213514.GA23723@msticlxl57.ims.intel.com> <20150623114043.GC18789@msticlxl57.ims.intel.com> <20150623115139.GN10247@tucnak.redhat.com> <87pp0aaksc.fsf@kepler.schwinge.homeip.net> <87io5y7o7y.fsf@schwinge.name> CC: Kirill Yukhin , Jakub Jelinek , Ilya Verbin From: Tom de Vries Message-ID: <564C9693.1090908@mentor.com> Date: Wed, 18 Nov 2015 15:18: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: <87io5y7o7y.fsf@schwinge.name> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-11/txt/msg02227.txt.bz2 On 22/10/15 20:27, Thomas Schwinge wrote: > diff --cc libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c > index d478ce2,22cef6d..f3b490a > --- libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c > +++ libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c > @@@ -1,4 -1,4 +1,6 @@@ > /* { dg-do run { target openacc_nvidia_accel_selected } } */ > ++/*. > ++ { dg-xfail-run-if "TODO" { *-*-* } } */ > /* { dg-additional-options "-lcuda" } */ > > #include This failure shows up on trunk. Should it also be xfailed there? Thanks, - Tom