------- Comment #1 from kargl at gcc dot gnu dot org  2008-05-19 22:38 -------
Works for me on 4.4.0

mobile:kargl[208] cat w2.f90
character(len=1), pointer :: p
character(len=10), target :: string
p => string(1:1)
end
mobile:kargl[209] ~/work/bin/gfortran -o z -static w2.f90
mobile:kargl[210] ~/work/bin/gfortran --version
GNU Fortran (GCC) 4.4.0 20080519 (experimental)


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.4.0


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

Reply via email to