[PR88495] An OpenACC async queue is always synchronized with itself
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 14 Dec 2018 20:43:02 +0000 (21:43 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 14 Dec 2018 20:43:02 +0000 (21:43 +0100)
commitf847198ec32588beda29a03572a765f9f91b0644
treefe3691f588a1fb4281a4e96daa9607b92f809a48
parentc8ab8aab9f93380f874e199366ad1badd1dd59a4
[PR88495] An OpenACC async queue is always synchronized with itself

An OpenACC async queue is always synchronized with itself, so invocations like
"#pragma acc wait(0) async(0)", or "acc_wait_async (0, 0)" don't make a lot of
sense, but are still valid.

libgomp/
PR libgomp/88495
* plugin/plugin-nvptx.c (nvptx_wait_async): Don't refuse
"identical parameters".
* testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c: Update.
* testsuite/libgomp.oacc-c-c++-common/lib-80.c: Remove.

From-SVN: r267152
libgomp/ChangeLog
libgomp/plugin/plugin-nvptx.c
libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c
libgomp/testsuite/libgomp.oacc-c-c++-common/lib-80.c [deleted file]