https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108741
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> --- As Jakub pointed out, for Fortran there is in OpenMP 5.2 in [106:26]: "The initial status of a private pointer is undefined." (And C/C++ is for obvious reasons invalid). Contrary to what I thought I had tested, it does work just fine for ALLOCATABLE => Close as invalid.