This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/66053] openmp target data mappings containing this pointers


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
this is in OpenMP 4.1 only allowed in #pragma omp declare simd clauses, not
anywhere else (it is not a variable in the language).  It might change in
OpenMP 5.0.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]