This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: ICE on allocatable array TBP result
- From: Janus Weil <janus at gcc dot gnu dot org>
- To: "Rouson, Damian" <rouson at sandia dot gov>
- Cc: gfortran <fortran at gcc dot gnu dot org>
- Date: Sun, 15 Nov 2009 17:20:14 +0100
- Subject: Re: ICE on allocatable array TBP result
- References: <C725671E.A271%rouson@sandia.gov>
Damian,
> Gfortran 4.5.0 20091106 (with Janus's patch for PR42048) produces the
> following on the code below:
>
> gfortran -c field_grid.f03
> field_grid.f03: In function Ooutput¹:
> field_grid.f03:27:0: internal compiler error: in gfc_conv_variable, at
> fortran/trans-expr.c:550
thanks for reporting. Since I have already committed my patch, this
also happens with trunk. And an ICE is *always* a compiler bug.
Therefore, could you please open a PR in bugzilla?
Thanks,
Janus