[Patch/gfortran] Fix for PR16939

THOMAS Paul Richard 169137 prthomas@drfccad.cea.fr
Wed May 11 12:51:00 GMT 2005


Sorry,

I meant to say that

program testch
  print *, ch()
contains
  function ch result(str)
    character(len = 10)  :: str
    str ="hello"
  end function ch
end program testch

now fails.  The pointer case does too!

Paul T 



More information about the Fortran mailing list