OpenACC: Remove 'acc_async_test' -> skip shortcut in 'libgomp/oacc-async.c:goacc_wait'
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 24 Feb 2023 15:17:57 +0000 (16:17 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 10 Mar 2023 14:37:47 +0000 (15:37 +0100)
commitb5037d4a073f2e4625afab5ec1f35624d9f9eba1
tree325e39d1b069fb3d72456bfe48a1d0cec82cdecb
parent442d51a20ef13a8e6c080ca30bc37fc93b6bfac4
OpenACC: Remove 'acc_async_test' -> skip shortcut in 'libgomp/oacc-async.c:goacc_wait'

We're not taking such a shortcut anywhere else, and (with future changes) it
has potential to confuse things if synchronization in a libgomp plugin happens
to have side effects even if an async queue currently is empty.

libgomp/
* oacc-async.c (goacc_wait): Remove 'acc_async_test' -> skip
shortcut.
libgomp/oacc-async.c