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: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jan 2008 17:49:39 -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 #5 from dominiq at lps dot ens dot fr 2008-01-17 17:49 -------
>From comment #4:
+ if (ts->kind != -1)
+ ts->kind = 0;
I think this has been removed in the commit. However if you had it, it is not
removed by svn update
(I had to remove it manually).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34429