------- Comment #1 from aldot at gcc dot gnu dot org 2006-11-01 19:33 ------- (In reply to comment #0) > The following gives an ICE: > > type foo > integer :: i > end type foo > > interface fun_interface > type(foo) function fun() > end function fun > end interface > > contains > > type(foo) function fun() > end function ieee_class_r4
ieee_class_r4? Shouldn't this be fun instead? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29634