This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/64699] memory corruption with array packing
- From: "tkoenig at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Jan 2015 20:47:10 +0000
- Subject: [Bug fortran/64699] memory corruption with array packing
- Auto-submitted: auto-generated
- References: <bug-64699-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64699
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Ouch, I should have written.
call baz(a(1:m,1:m),m)
So, the program was illegal.