On Fri, Jun 03, 2022 at 03:37:56PM +0200, Tobias Burnus wrote: > Simple patch. Testcases based on the C/C++ commit. > For allocate, I found an unrelated bug which prevented me from adding > the associated testcase: https://gcc.gnu.org/PR105836 > > Tested on x86-64 (w/o offloading). > OK for mainline? > > Tobias > ----------------- > Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 > München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas > Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht > München, HRB 106955
> OpenMP/Fortran: Add support for firstprivate and allocate clauses on scope > construct > > Fortran commit to C/C++/backend commit > r13-862-gf38b20d68fade5a922b9f68c4c3841e653d1b83c > > gcc/fortran/ChangeLog: > > * openmp.cc (OMP_SCOPE_CLAUSES): Add firstprivate and allocate. > > libgomp/ChangeLog: > > * libgomp.texi (OpenMP 5.2): Mark scope w/ firstprivate/allocate as Y. > * testsuite/libgomp.fortran/scope-2.f90: New test. > > gcc/testsuite/ChangeLog: > > * gfortran.dg/gomp/scope-5.f90: New test. > * gfortran.dg/gomp/scope-6.f90: New test. Ok, thanks. Jakub