https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66053
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66053
--- Comment #2 from Jakub Jelinek ---
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66053
--- Comment #1 from Joseph S. Myers ---
Author: jsm28
Date: Wed Jun 10 11:37:20 2015
New Revision: 224325
URL: https://gcc.gnu.org/viewcvs?rev=224325&root=gcc&view=rev
Log:
[gomp4] Support C++ "this" in OpenACC directives.
This patch, for gomp-