On Wed, Dec 16, 2020 at 11:06:10PM +0800, Chung-Lin Tang wrote: > we have some other sollve_vv tests for OpenMP 5.0, which tests the occurrence > of > 'delete' map kind on the target directive.
That is strange. In OpenMP 5.0, I certainly see the target data: [163:16] A map-type in a map clause must be to, from, tofrom or alloc. restriction and similarly for target: [174:27] A map-type in a map clause must be to, from, tofrom or alloc. restriction. OpenMP 4.5 has those restrictions in [97:15] and [106:13]. So if sollve_vv tests use some other map-types in target or target data construct map clauses, it should be reported to them and fixed there. Jakub