I thought the following ICE was already fixed - if not, do I have to open a Bugzilla report ?
Thomas Koenig
tkoenig@netcologne.de
Wed Jul 6 18:59:00 GMT 2016
Hi Toon,
> SUBROUTINE prtdata(ilen)
> INTEGER :: ilen
> character(len=ilen), allocatable :: cline(:)
> allocate(cline(1))
> cline(2) = cline(1)
> END SUBROUTINE prtdata
>
> gfortran reacts with an ICE:
Yes, this is something I have not encountered before (possibly a
regression from the recent fix...)
Please open a new PR.
Regards
Thomas
More information about the Fortran
mailing list