https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116530
kargls at comcast dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargls at comcast dot net --- Comment #1 from kargls at comcast dot net --- (In reply to philippe.wautelet from comment #0) > > I'm not sure it is conforming to the Fortran standard but it shouldn't > trigger an ICE. > I agree with you about the ICE should not happen. Staring at F2023, I find the following constraint. C8107 (R871) The namelist-group-name shall not be a name accessed by use association. If I understand it, your code is nonstandard. But, I don't use namelist, so will need to read through the Fortran standard a bit more.