[Bug fortran/31250] Initialization expr as constant character length rejected

2007-04-13 Thread tobi at gcc dot gnu dot org
-- tobi at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31250

[Bug fortran/31250] Initialization expr as constant character length rejected

2007-04-13 Thread tobi at gcc dot gnu dot org
--- Comment #4 from tobi at gcc dot gnu dot org 2007-04-13 14:51 --- Fixed. -- tobi at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug fortran/31250] Initialization expr as constant character length rejected

2007-04-12 Thread tobi at gcc dot gnu dot org
--- Comment #3 from tobi at gcc dot gnu dot org 2007-04-12 19:48 --- Subject: Bug 31250 Author: tobi Date: Thu Apr 12 19:48:06 2007 New Revision: 123763 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123763 Log: PR fortran/31250 fortran/ * decl.c (match_char_spec): Move check fo

[Bug fortran/31250] Initialization expr as constant character length rejected

2007-04-12 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-04-12 18:12 --- Subject: Bug number PR 31250 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-04/msg00693.html -- http://gcc.gnu.org/bugzilla/s

[Bug fortran/31250] Initialization expr as constant character length rejected

2007-04-12 Thread tobi at gcc dot gnu dot org
-- tobi at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |tobi at gcc dot gnu dot org |dot org

[Bug fortran/31250] Initialization expr as constant character length rejected

2007-03-21 Thread tobi at gcc dot gnu dot org
--- Comment #1 from tobi at gcc dot gnu dot org 2007-03-21 15:23 --- The problem seems to be that the expression is not folded at all. Calling gfc_show_expr (e) right before the error message is printed in resolve.c:5618 prints min[((-4) (5))] -- tobi at gcc dot gnu dot org changed:

[Bug fortran/31250] Initialization expr as constant character length rejected

2007-03-17 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Known t