From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13253 invoked by alias); 30 Mar 2016 16:23:54 -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 13232 invoked by uid 89); 30 Mar 2016 16:23:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=D*mentor.com, D*hertz.schwinge.homeip.net, U*878u109ew4.fsf, 878u109ew4fsfhertzschwingehomeipnet 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 30 Mar 2016 16:23:43 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1alIuC-0001vX-61 from Thomas_Schwinge@mentor.com ; Wed, 30 Mar 2016 09:23:40 -0700 Received: from tftp-cs (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.3.224.2; Wed, 30 Mar 2016 09:23:39 -0700 Received: by tftp-cs (Postfix, from userid 49978) id 573D4C2265; Wed, 30 Mar 2016 09:23:39 -0700 (PDT) From: Thomas Schwinge To: Tom de Vries , Chung-Lin Tang CC: , Jakub Jelinek Subject: Re: [gomp4] OpenACC async clause regressions In-Reply-To: <564C9693.1090908@mentor.com> 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> <564C9693.1090908@mentor.com> User-Agent: Notmuch/0.9-125-g4686d11 (http://notmuchmail.org) Emacs/24.5.1 (i586-pc-linux-gnu) Date: Wed, 30 Mar 2016 16:32:00 -0000 Message-ID: <87zitgndds.fsf@kepler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2016-03/txt/msg01614.txt.bz2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 1141 Hi! On Wed, 18 Nov 2015 16:17:39 +0100, Tom de Vries w= rote: > 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 >=20 > This failure shows up on trunk. Should it also be xfailed there? I added the XFAIL as part of my recent r234575 "Update OpenACC test cases" commit, . Chung-Lin, for avoidance of doubt, please remove that XFAIL once you get to commit your fix for this issue (currently waiting for Jakub's approval). Gr=C3=BC=C3=9Fe Thomas --=-=-= Content-Type: application/pgp-signature; name="signature.asc" Content-length: 472 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJW+/1/AAoJEK3/DN1sMFFtbkgH/0Fh7frkH/d+4jJ+8dVQWoY5 bjyJTiYVMBuMuy5Eg2HEZnooNPRSI+kdfozxQejJjf2RkV32/gW9ZQzxyHjkDOVs IPNxyLW48EU0TTFySc7aRwf7Z9c/+rSMgXKai5OPUdX9HpApxSJpodK7jjTit734 dXuwXGji7nUVvpiS+ZPzeoIe2QBHjbkp93+6sjqjfpYvoZBnrF46Tzq32Pe6wD81 3zAOVFI9coe90BhH6d48lydC4C7bqDOedbjc1Fo0t1BPbYH1gXW8gMHusMLyBV/D gZwp7dNZxi9LYOgaPIJF69Nca9z+3x8JrZrYOW0wvygnjUpE3sooTG6yYKTUMlc= =jjPB -----END PGP SIGNATURE----- --=-=-=--