https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93225
Bug ID: 93225 Summary: OpenACC 2.5/2.6: acc_get_default_async missing Product: gcc Version: unknown Status: UNCONFIRMED Keywords: openacc Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: burnus at gcc dot gnu.org CC: clm at codesourcery dot com, cltang at gcc dot gnu.org, jakub at gcc dot gnu.org, tschwinge at gcc dot gnu.org Target Milestone: --- OpenACC 2.5 added acc_get_default_async. However, the current OpenACC 2.6 implementation lacks this run-time function. The implementation was still present in the async v5 patch at: [PATCH 3/7, OpenACC, libgomp, v5, stage1] Async re-work, libgomp/oacc-* changes https://gcc.gnu.org/ml/gcc-patches/2019-01/msg01297.html However, this part was removed during patch review: https://gcc.gnu.org/ml/gcc-patches/2019-02/msg00889.html 'I had requested that the OpenACC 2.5 'default_async' changes be discussed separately, after this re-work has gone in, so please remove these changes from this patch series. I've again attached "into async re-work: revert default_async changes".'