This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [ICE] Very small program
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: François-Xavier Coudert <Francois-Xavier dot Coudert at lcp dot u-psud dot fr>
- Cc: gfortran <fortran at gcc dot gnu dot org>
- Date: Thu, 21 Oct 2004 17:33:02 +0200
- Subject: Re: [ICE] Very small program
- References: <4174CAA2.2030509@lcp.u-psud.fr>
François-Xavier Coudert wrote:
> With the latest linux i686 binaries:
>
> $ cat complex.f
> program foo
> print a
> end
> $ gfortran complex.f
> complex.f: In function 'MAIN__':
> complex.f:2: internal compiler error: in gfc_conv_string_parameter, at
> fortran/trans-expr.c:1986
>
This is PR 18023, and I already posted a patch for this a few days ago.
Regards,
- Tobi