[Bug fortran/93827] fails to initialize logical variable

markeggleston at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 19 16:36:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93827

markeggleston at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |markeggleston at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from markeggleston at gcc dot gnu.org ---
Unlike C the initialisation of a local variable at declaration only occurs once
on the first entry to the subroutine.

See http://www.cs.rpi.edu/~szymansk/OOF90/bugs.html see the section on locally
initialised variables.


More information about the Gcc-bugs mailing list