------- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-05-25 23:36 ------- Further reduced case:
subroutine dummy
contains
function quadric(a,b) result(c)
dimension a(0:3),b(0:3),c(0:9)
c(0)=1.1
end function
end
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32088
