https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106336
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from kargl at gcc dot gnu.org --- Upon further investigation, the issue is not a host association issue as there is no host association in the program. The block construct is in the inclusive scope of the program unit. Thus, there is name association. There seems to be an issue with the standard with regards to the `data` statement in block construct. For now, closing this.