This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/53851] Automatic silent allocation/deallocation of allocatable variables in several instances
- From: "kargl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 04 Jul 2012 21:17:33 +0000
- Subject: [Bug fortran/53851] Automatic silent allocation/deallocation of allocatable variables in several instances
- Auto-submitted: auto-generated
- References: <bug-53851-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53851
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |kargl at gcc dot gnu.org
Resolution| |INVALID
--- Comment #2 from kargl at gcc dot gnu.org 2012-07-04 21:17:33 UTC ---
As Harald notes, gfortran supports reallocation on assignment,
which is a Fortran 2003 feature. He also provides methods
to disable this behavior.