[Bug fortran/17123] Assertion fail in trans-const.c

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Aug 20 16:30:00 GMT 2004


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-08-20 16:30 -------
Here's a reduced testcase.

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

  type (T) :: X(1)
  character, dimension(1) :: A

  A = X%C(1:1)
end
======================================

This is probably related to PR 15196.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
  BugsThisDependsOn|                            |15196
           Keywords|                            |monitored


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



More information about the Gcc-bugs mailing list