------- Comment #1 from fxcoudert at gcc dot gnu dot org 2009-07-25 16:59 ------- Reduced testcase:
subroutine transfer_size (source, mold) real :: source character(*) :: mold print *, ichar(transfer(source, (/mold/))) end subroutine (can then be tested at runtime with "call transfer_size(exp(1.),'a')"). -- fxcoudert 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 |2009-07-25 16:59:55 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40847