This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/29982] New: ICE in write() with gfortran 4.1.2 (and 4.2 and 4.3...)


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
...
zender@ashes:~/f$ gfortran --version
GNU Fortran 95 (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)


-- 
           Summary: ICE in write() with gfortran 4.1.2 (and 4.2 and 4.3...)
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zender at uci dot edu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29982


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]