https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63246

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
IMNSHO this is just a buggy testcase, whether something is present in map
clauses on target data region matters only for the actual allocations, but not
for what map clauses are explicit or implicit on the target region.  I've
already earlier today commented on the IMHO invalid textcase from OpenMP 4.0.1
examples 56.3[cf] in the ticket discussing bugs in the Examples document.
If you don't want the implicit map(a) clause, you should provide the
map(a[1:N-1]) there (which will not map anything, because it is already mapped,
but will DTRT wrt. pointer translation).

Reply via email to