This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24813] ICE with constructer of character
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jan 2006 02:42:17 -0000
- Subject: [Bug fortran/24813] ICE with constructer of character
- References: <bug-24813-11701@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-02 02:42 -------
Actually the reduced testcase is:
l = LEN((/'atan '/))
End
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|ICE on LEN on a parameter |ICE with constructer of
|character array |character
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24813