This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15959] ICE and assertion failure in trans-decl.c with character initialization
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2005 20:32:10 -0000
- Subject: [Bug fortran/15959] ICE and assertion failure in trans-decl.c with character initialization
- References: <20040612130024.15959.Mart.Rentmeester@nn-online.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2005-03-01 20:31 -------
Reduced testcase:
character(*), parameter :: y(1:1) = (/'0'/)
print *,y
end
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15959