fma3d broken, ICE in check_rest
Steve Kargl
sgk@troutmask.apl.washington.edu
Sat May 19 15:04:00 GMT 2007
On Sat, May 19, 2007 at 04:54:48PM +0200, FX Coudert wrote:
> >Well, it looks simple.
>
> Indeed. Thanks a lot Richard, for both the testing and the detailed
> bug report. Here is a testcase that shows the ICE on i686-linux:
>
> $ cat a.f90
> integer, dimension(10,10) ::
> i1,i2,i3,i4,i5,i6,i7,i8,i9,i10,i11,i12,i13
> print *, max(i1,i2,i3,i4,i5,i6,i7,i8,i9,i10,i11,i12,i13)
> end
> $ gfortran a.f90
> a.f90:0: internal compiler error: Segmentation fault
>
> Filed as PR32001, assigned to Daniel :)
>
As written the code is invalid. You need to initialize the
variables.
--
Steve
More information about the Fortran
mailing list