------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-03 
14:36 -------
I encountered this same problem today, directly with an integer as parameter for
the subroutine:

subroutine FOO(N)
  integer, intent(IN) :: N
  character(len=N) :: C1, C2
  C1 = ''
  C2 = ''
end subroutine

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-02-26 18:42:47         |2005-06-03 14:36:53
               date|                            |


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

Reply via email to