https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82976
--- Comment #7 from Janne Blomqvist <jb at gcc dot gnu.org> --- (In reply to Thomas Koenig from comment #6) > I cannot check at the moment, but I remember changing > the KIND of mask arguments generated by the compiler to kind=1, > to save memory. This is quite a few years ago, the PR > to go with it escapes me at the moment. > > Dunno if this helps. I've seen code doing this, but only for the forall and where statements, which aren't present in this testcase. Neither are masks in any other statement. Or am I missing something?