[Bug fortran/106336] BLOCK construct and host association are not handled correctly

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 18 16:01:42 GMT 2022


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.


More information about the Gcc-bugs mailing list