[Bug fortran/54730] New: ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1066

janus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 27 21:17:00 GMT 2012


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

             Bug #: 54730
           Summary: ICE in gfc_typenode_for_spec, at
                    fortran/trans-types.c:1066
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: janus@gcc.gnu.org


Reported by Paul Kapinos at:

http://gcc.gnu.org/ml/fortran/2012-09/msg00095.html

Test case:

  implicit none
  intrinsic :: real
  real :: vec(1:2)
  vec = (/ real(a = 1), 1. /)
end


gfortran 4.7 and trunk yield the following ICE:

internal compiler error: in gfc_typenode_for_spec, at
fortran/trans-types.c:1066



More information about the Gcc-bugs mailing list