F2018 C937

2021-08-17 Thread Steve Kargl via Fortran
For those that might care, I draw your attention to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101951 Good opportunity for a lurker to step forward and become a gfortran committer. Otherwise, this patch will fester in bugzilla the dozen or so other patches I've attached to PRs. -- Steve

Re: Fortran: Implement OpenMP 5.1 scope construct (was: Re: openmp: Implement OpenMP 5.1 scope construct)

2021-08-17 Thread Jakub Jelinek via Fortran
On Tue, Aug 17, 2021 at 02:55:56PM +0200, Tobias Burnus wrote: > On 17.08.21 09:47, Jakub Jelinek wrote: > > This patch implements the OpenMP 5.1 scope construct, which is similar > > to worksharing constructs in many regards, but isn't one of them. > > And the attached patch does the same for For

Fortran: Implement OpenMP 5.1 scope construct (was: Re: openmp: Implement OpenMP 5.1 scope construct)

2021-08-17 Thread Tobias Burnus
On 17.08.21 09:47, Jakub Jelinek wrote: This patch implements the OpenMP 5.1 scope construct, which is similar to worksharing constructs in many regards, but isn't one of them. And the attached patch does the same for Fortran. I took the opportunity to convert some additional C/C++ testcases t