Re: [PATCH 5/6, OpenACC, libgomp] Async re-work, C/C++ testsuite changes

2018-12-14 Thread Thomas Schwinge
Hi! On Fri, 7 Dec 2018 16:30:53 +0100, I wrote: > On Tue, 25 Sep 2018 21:11:42 +0800, Chung-Lin Tang > wrote: > > These are the testsuite/libgomp.oacc-c-c++-common/* changes. > > Please commit the following three hunks to trunk: the code as present > doesn't declare its async/wait dependencies

Too strict synchronization with the local (host) thread? (was: [PATCH 5/6, OpenACC, libgomp] Async re-work, C/C++ testsuite changes)

2018-12-07 Thread Thomas Schwinge
Hi Chung-Lin! On Tue, 25 Sep 2018 21:11:42 +0800, Chung-Lin Tang wrote: > These are the testsuite/libgomp.oacc-c-c++-common/* changes. > --- a/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-79.c > +++ b/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-79.c > @@ -114,6 +114,7 @@ main (int argc,

[PR88407] [OpenACC] Correctly handle unseen async-arguments (was: [PATCH 5/6, OpenACC, libgomp] Async re-work, C/C++ testsuite changes)

2018-12-07 Thread Thomas Schwinge
Hi Chung-Lin! On Tue, 25 Sep 2018 21:11:42 +0800, Chung-Lin Tang wrote: > These are the testsuite/libgomp.oacc-c-c++-common/* changes. > diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-71.c > b/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-71.c > index c85e824..6afe2a0 100644 >

Re: [PATCH 5/6, OpenACC, libgomp] Async re-work, C/C++ testsuite changes

2018-12-07 Thread Thomas Schwinge
Hi Chung-Lin! On Tue, 25 Sep 2018 21:11:42 +0800, Chung-Lin Tang wrote: > These are the testsuite/libgomp.oacc-c-c++-common/* changes. Please commit the following three hunks to trunk: the code as present doesn't declare its async/wait dependencies correctly. To record the review effort, pleas

[PATCH 5/6, OpenACC, libgomp] Async re-work, C/C++ testsuite changes

2018-09-25 Thread Chung-Lin Tang
These are the testsuite/libgomp.oacc-c-c++-common/* changes. Thanks, Chung-Lin * testsuite/libgomp.oacc-c-c++-common/asyncwait-2.c: New testcase. * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: Adjust testcase. * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.