https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113436
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> ---
FIXED on GCC mainline.
Still to do – but not tracked here:
omp target uses_allocators(traits(...): my_alloc) allocate(my_alloc: ...)
Namely: user-defined allocators via uses_allocators to be used in the
'allocate' clause on 'target'. - To be implemented as part of adding the
missing bits of 'uses_allocators'.