This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH, Fortran, v1] Fix deallocation of nested derived typed components
- From: Dominique d'Humières <dominiq at lps dot ens dot fr>
- To: Andre Vehreschild <vehre at gmx dot de>
- Cc: Fortran List <fortran at gcc dot gnu dot org>
- Date: Sat, 3 Dec 2016 02:17:30 +0100
- Subject: Re: [PATCH, Fortran, v1] Fix deallocation of nested derived typed components
- Authentication-results: sourceware.org; auth=none
Dear Andre,
After having applied the patch to my working tree, compiling the tests in pr61952 or pr64381 gives the ICE
END SUBROUTINE sm_multiply
internal compiler error: in gfc_get_element_type, at fortran/trans-types.c:1185
Also the name coarray_alloc_comp_3.f08 does not seem right as there is no carry involved. Note that the test compiles and executes with at least a clean trunk and 6.2.0.
Cheers,
Dominique