This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17123] Assertion fail in trans-const.c
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2004 16:30:07 -0000
- Subject: [Bug fortran/17123] Assertion fail in trans-const.c
- References: <20040820154616.17123.refson.temp@ntlworld.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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