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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to