[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2008-01-29 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2008-01-30 07:03 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2008-01-29 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2008-01-30 06:56 --- Subject: Bug 34429 Author: pault Date: Wed Jan 30 06:56:10 2008 New Revision: 131956 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131956 Log: 2008-01-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2008-01-17 Thread pault 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 commen

[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2008-01-17 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2008-01-17 18:07 --- > + if (ts->kind != -1) > I think this has been removed in the commit. Indeed. Thanks for the check, Dominique. Thus: Ignore that comment. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34429

[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2008-01-17 Thread dominiq at lps dot ens dot fr
--- 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.o

[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2008-01-17 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-01-17 17:26 --- For cross reference the commit patch was: http://gcc.gnu.org/ml/fortran/2008-01/msg00197.html Besides the previously mentioned problems, there is also the following: gfc_clear_ts (gfc_typespec *ts) [...] + if (ts-

[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2008-01-17 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2008-01-17 10:12 --- Fixed on trunk - see below for some remaining wrinkles, dug up by Tobias. I will keep this pR open until both are fixed. Paul wrinkle #1: This one is easily fixed. Index: gcc/fortran/decl.c ===

[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2008-01-16 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2008-01-17 07:19 --- Subject: Bug 34429 Author: pault Date: Thu Jan 17 07:19:04 2008 New Revision: 131592 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131592 Log: 2008-01-17 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2008-01-08 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2008-01-08 12:57 --- This is fixed in a patch that I am working on that sorts out the whole business of function characteristics in one go. Paul -- pault at gcc dot gnu dot org changed: What|Removed

[Bug fortran/34429] Fails: character(len=use_associated_const) function foo()

2007-12-11 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed