------- Comment #3 from dfranke at gcc dot gnu dot org  2007-07-22 17:16 -------
Another of the kind string vs. array of character. This works without hitch:

  character :: a(1) = (/ "1" /)
  forall(i=1:1) a(i:i) = a(i:i)
  end


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfranke at gcc dot gnu dot
                   |                            |org


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

Reply via email to