------- Comment #2 from kargl at gcc dot gnu dot org 2005-11-26 02:49 ------- Reduce test case.
module z type b character(len=80) :: r(10) end type b contains subroutine a(c) type(b), intent(inout), target :: c write (c%r,"(a)") "death" end subroutine a end module z -- kargl at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2005-11-26 02:49:53 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25041