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/20651] New: gfortran: ICE in gfc_conv_ss_descriptor, at fortran/trans-array.c:1224


Hi,

program gfcbug26
  integer, parameter, dimension (1) :: I = (/ 65 /)
  print *, achar ( I( (/ (/ 1 /) /) ) )
end program gfcbug26

crashes gfortran with:

gfcbug26.f90: In function 'MAIN__':
gfcbug26.f90:3: internal compiler error: in gfc_conv_ss_descriptor, at
fortran/trans-array.c:1224

Cheers,
-ha

-- 
           Summary: gfortran: ICE in gfc_conv_ss_descriptor, at
                    fortran/trans-array.c:1224
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anlauf at hep dot tu-darmstadt dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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