------- Additional Comments From paulthomas2 at wanadoo dot fr 2004-12-10 10:50 -------
Note that this compiles and runs OK
subroutine a()
implicit none
integer :: i
character(100) :: r !! eliminate dimension => works
write(r,*) I
end subroutine a
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15966