Re: [Patch]O penMP/Fortran: Reject allocatable components in map clause

2020-06-18 Thread Jakub Jelinek via Gcc-patches
On Thu, Jun 18, 2020 at 03:08:53PM +0200, Tobias Burnus wrote: > OpenMP 4.5 does not permit allocatable components in > list items of the map clause. (OpenMP 5 does.) > As OpenMP 5 support is not implemented, let's avoid > generating wrong code by diagnosing this (until > implemented). > > OK? Ok

[Patch]O penMP/Fortran: Reject allocatable components in map clause

2020-06-18 Thread Tobias Burnus
OpenMP 4.5 does not permit allocatable components in list items of the map clause. (OpenMP 5 does.) As OpenMP 5 support is not implemented, let's avoid generating wrong code by diagnosing this (until implemented). OK? Tobias PS: I wonder whether something similar is needed for 'private' and 'fi