This is a valid usage. We do not handle it as of now. Gfortran/Ifx produces an error, possibly because do concurrent was not allowed in previous versions of the OpenMP standard.
Fixes #62649
Paths
| Differential D150869
[Flang][OpenMP] Add Todo for doconcurrent with worksharing loop ClosedPublic Authored by kiranchandramohan on May 18 2023, 7:07 AM.
Details Summary This is a valid usage. We do not handle it as of now. Gfortran/Ifx produces an error, possibly because do concurrent was not allowed in previous versions of the OpenMP standard. Fixes #62649
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 19 2023, 2:42 AM Closed by commit rG218841af7cd4: [Flang][OpenMP] Add Todo for doconcurrent with worksharing loop (authored by kiranchandramohan). · Explain WhyMay 19 2023, 5:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 523365 flang/lib/Lower/OpenMP.cpp
flang/lib/Semantics/resolve-directives.cpp
flang/test/Lower/OpenMP/Todo/omp-doconcurrent.f90
|