[Bug fortran/15196] ICE: gfc_trans_scalar_assign: Assertion `lse->string_length != NULL_TREE'

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 9 17:57:00 GMT 2004


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-09 17:57 -------
Here's a reduced testcase:

============================
program FOO
  type :: T
    character :: C(1)
  end type T

  type (T) :: X

  X%C(:1)='X'
end program FOO
============================


-- 


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



More information about the Gcc-bugs mailing list