[Bug fortran/18082] Infinite loop with automatic length character objects
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jun 3 14:36:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list