integer foo
call test
contains
subroutine test
integer :: i
i = foo ()
end subroutine test
end
--
Summary: ICE in gfc_get_function_type
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24325
