This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/77418] SELECT TYPE associating entity can be (de)allocated
- From: "pault at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 31 Aug 2016 07:51:17 +0000
- Subject: [Bug fortran/77418] SELECT TYPE associating entity can be (de)allocated
- Auto-submitted: auto-generated
- References: <bug-77418-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77418
--- Comment #1 from Paul Thomas <pault at gcc dot gnu.org> ---
Author: pault
Date: Wed Aug 31 07:50:44 2016
New Revision: 239881
URL: https://gcc.gnu.org/viewcvs?rev=239881&root=gcc&view=rev
Log:
2016-08-31 Paul Thomas <pault@gcc.gnu.org>
PR fortran/77418
* gfortran.dg/dtio_5.f90: Remove the non-standard deallocation
of the associate entity and replace with a pointer to the
intended item on the stack.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gfortran.dg/dtio_5.f90