commit | a091118d2c7bdd3a6fa2de0694aff47071051956 | [log] [tgz] |
---|---|---|
author | Nathan Sidwell <nathan@codesourcery.com> | Mon Jul 20 17:31:46 2015 +0000 |
committer | Nathan Sidwell <nathan@gcc.gnu.org> | Mon Jul 20 17:31:46 2015 +0000 |
tree | 828f194bd1d3ecfa54cee8c29cceabdc3b74ef9d | |
parent | 53c1201606a2a8901544620eadc5965745b6e7de [diff] |
oacc-parallel.c (GOACC_parallel): Move variadic handling into wait=-specific if. * 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. From-SVN: r226011