This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32472] ICE in trans-const.c:106 for REPEAT initialization expression of non-parameter
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jun 2007 21:13:28 -0000
- Subject: [Bug fortran/32472] ICE in trans-const.c:106 for REPEAT initialization expression of non-parameter
- References: <bug-32472-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pault at gcc dot gnu dot org 2007-06-23 21:13 -------
(In reply to comment #1)
It's wierd - this works fine:
Character(1), parameter :: query = "?"
CHARACTER(len=1025) :: string2 = repeat(query,1025)
print *, string2
end
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32472