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/31639] [4.1/4.2/4.3] ICE in gfc_conv_constant, at fortran/trans-const.c:348 with len



------- Comment #3 from dfranke at gcc dot gnu dot org  2007-07-08 17:28 -------
> function f()
>   integer :: i = irand()
> end function

Make that:
function f()
  integer :: f = irand()
end function


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31639


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