[Bug fortran/92756] [9/10 Regression] ICE in lower_omp, at omp-low.c:12988
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Dec 3 19:09:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92756
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-invalid-code |
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Target Milestone|8.4 |9.3
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
It used to be invalid in OpenMP 4.5, but is completely valid in OpenMP 5.0.
Before the above mentioned change, it was the generic code that used to
diagnose it as invalid, but that was removed when C/C++ started supporting it.
Easiest is to support in Fortran too, after all, Fortran already gained some
OpenMP 5.0 features.
More information about the Gcc-bugs
mailing list