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/17123] Assertion fail in trans-const.c


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


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