This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]