* oacc-parallel.c (GOACC_parallel): Move variadic handling into
commit933b05823148c458e8c591a9cb8c72cd2c668ab1
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jul 2015 17:31:46 +0000 (20 17:31 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jul 2015 17:31:46 +0000 (20 17:31 +0000)
tree828f194bd1d3ecfa54cee8c29cceabdc3b74ef9d
parent7da522b3c34abcc4e4b31cb6fbec3778c0d39a3f
* oacc-parallel.c (GOACC_parallel): Move variadic handling into
wait=-specific if.
(GOACC_enter_exit_data, GOACC_update): Use consistent num_waits
!=0 condition.
(goacc_waits): Move !num_waits handling to ...
(GOACC_wait): ... here, the only caller that might have zero waits.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226011 138bc75d-0d04-0410-961f-82ee72b054a4
libgomp/ChangeLog
libgomp/oacc-parallel.c