[Bug fortran/13372] [gfortran] ICE in trans-types.c (gfc_typenode_for_spec), see #13201

c dot lemmen at fz-juelich dot de gcc-bugzilla@gcc.gnu.org
Tue Apr 27 08:52:00 GMT 2004


------- Additional Comments From c dot lemmen at fz-juelich dot de  2004-04-27 07:24 -------
Leaving out the parameter keys P= and R= provides a workaround

module typeSizes
implicit none
  integer, parameter :: FourByteReal = selected_real_kind(     6,      37) ! works
! integer, parameter :: FourByteReal = selected_real_kind(P =  6, R =  37) !
produces ICE
end module typeSizes

-- 


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



More information about the Gcc-bugs mailing list