This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: ICE in write() with gfortran 4.1.2
- From: Thomas Koenig <Thomas dot Koenig at online dot de>
- To: Charlie Zender <zender at uci dot edu>
- Cc: fortran at gcc dot gnu dot org
- Date: Sat, 25 Nov 2006 21:29:42 +0100
- Subject: Re: ICE in write() with gfortran 4.1.2
- References: <4568A4D3.6010806@uci.edu>
On Sat, Nov 25, 2006 at 12:17:23PM -0800, Charlie Zender wrote:
> Hi,
>
> The following program causes an ICE with gfortran 4.1.2 running with
> Ubuntu 6.10 on an i686 laptop (and works with non-gfortran compilers):
>
> program tst
> write (6,"(a,es15.8)") "2.0**(-0.0) = ",2.0**(-0.0)
> end program tst
>
> zender@ashes:~/f$ cd ~/f;gfortran -o tst tst.F90
> tst.F90: In function ?MAIN__?:
> tst.F90:10: internal compiler error: in expand_expr_addr_expr_1, at
> expr.c:6363
This shouldn't ICE (obviously).
Can you submit a bug report on http://gcc.gnu.org/bugzilla ?
Thanks!
Thomas