Re: [committed] Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313]

2021-09-15 Thread Thomas Schwinge
Hi! On 2021-09-14T14:25:20+0200, Tobias Burnus wrote: > I have created a testcase with all missing ST_OMP_END_* and ST_OACC_END_*; > I am not quite sure why a different code path is triggered for some, but > at least here is now a parse check for all. At least the OpenACC one is explained easily

[committed] Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313]

2021-09-14 Thread Tobias Burnus
Committed as obvious as r12-3524. I have also re-checked openmp.c omp_code_to_statement (seems to be complete, 'omp declare...' + 'omp requires' missing but it is probably fine that those are absent). And I checked gfc_ascii_statement – missing are some internally used ones (like ST_SIMPLE_IF),