This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/65045] [5 Regression] [F08] ICE when using the same name for a block and a variable


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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #13 from Paul Thomas <pault at gcc dot gnu.org> ---
The invalid read in the case of comment #1 has transformed itself into a
definite memory leak of 200bytes from the same location. Given the difficulty
of tracking down problems with error recovery, this seems to me to be so benign
that I am inclined to close the PR.

Cheers

Paul

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]