This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()
- 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: 17 Jan 2008 22:09:11 -0000
- Subject: [Bug fortran/34429] Fails: character(len=use_associated_const) function foo()
- References: <bug-34429-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from pault at gcc dot gnu dot org 2008-01-17 22:09 -------
(In reply to comment #6)
> > + if (ts->kind != -1)
> > I think this has been removed in the commit.
> Indeed. Thanks for the check, Dominique. Thus: Ignore that comment.
Gents,
I tried to deal with the useful comment about branching on kind = -1. I have
used the somewhat brutal device that you will now find in the tree.
Cheers
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34429