[Bug libgomp/89377] [OMPVV SOLLVE] map of class member array with no modifier illegal memory access

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Feb 16 20:06:00 GMT 2019


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, OpenMP 5.0 allows much wider set of expressions in map clause, allows
e.g. map(this[:1]) which is not valid in 4.5 and says that is the default when
referencing non-static data members of a class in a method.


More information about the Gcc-bugs mailing list