This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32088] ICE (doesn't occur if given function standalone instead on internal)



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]