This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: allocate with mold
- From: Dominique d'Humières <dominiq at lps dot ens dot fr>
- To: Damian Rouson <damian at sourceryinstitute dot org>
- Cc: brad dot finney at humboldt dot edu, fortran at gcc dot gnu dot org
- Date: Tue, 23 Aug 2016 10:10:00 +0200
- Subject: Re: allocate with mold
- Authentication-results: sourceware.org; auth=none
The problem is not with mold or source, but gfortran 5.x expecting an array specification. It was pr44672, fixed by revision
r224477. As this is not a regression it has not been back ported to gcc-5.
Dominique