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

2024-04-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66053 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

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

2015-08-24 Thread jakub at gcc dot gnu.org
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.

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

2015-06-10 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66053 --- Comment #1 from Joseph S. Myers jsm28 at gcc dot gnu.org --- Author: jsm28 Date: Wed Jun 10 11:37:20 2015 New Revision: 224325 URL: https://gcc.gnu.org/viewcvs?rev=224325root=gccview=rev Log: [gomp4] Support C++ this in OpenACC directives.