------- Comment #3 from burnus at gcc dot gnu dot org 2010-07-28 12:35 ------- Minimal test case, compile with: gfortran --param ggc-min-expand=0 --param ggc-min-heapsize=0
module INTS
interface
subroutine NEXT
end subroutine NEXT
subroutine VALUE()
end subroutine VALUE
end interface
end module INTS
subroutine NEXT
end subroutine NEXT
subroutine VALUE()
use INTS, only: NEXT
CALL NEXT
end subroutine VALUE
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45087
