Re: [Patch] Fortran: OpenMP/OpenACC diagnose substring rejections better

2021-02-04 Thread Jakub Jelinek via Gcc-patches
On Thu, Feb 04, 2021 at 12:24:10PM +0100, Tobias Burnus wrote: > This issue came up when looking at Julian's OpenACC patches > and by coincidence it was also discussed for OpenMP > yesterday (lang-spec F2F meeting; Issue #2607). > > OpenACC rather explicitly lists what counts as 'var' and > substr

[Patch] Fortran: OpenMP/OpenACC diagnose substring rejections better

2021-02-04 Thread Tobias Burnus
This issue came up when looking at Julian's OpenACC patches and by coincidence it was also discussed for OpenMP yesterday (lang-spec F2F meeting; Issue #2607). OpenACC rather explicitly lists what counts as 'var' and substrings do not appear there. While OpenMP is rather silent on this issue; I t