[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-13 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-13 17:23 --- Patch here: http://gcc.gnu.org/ml/fortran/2005-03/msg00220.html -- What|Removed |Added

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-13 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-13 18:37 --- Subject: Bug 20323 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-13 18:37:17 Modified files: gcc/fortran: ChangeLog resolve.c

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-13 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-13 18:40 --- Subject: Bug 20323 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-13 18:40:29 Modified files: gcc/fortran:

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-13 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-13 18:42 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20323

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-12 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Keywords|

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-09 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-03-09 16:01 --- The complaint is a segfault at runtime when you actually want to do anything with the string whose length depends on a missing optional argument. This isn't too bad (the same thing happens if you

[Bug fortran/20323] optional arguments incorrectly accepted in specification expressions

2005-03-09 Thread tow21 at cam dot ac dot uk
--- Additional Comments From tow21 at cam dot ac dot uk 2005-03-09 16:11 --- (In reply to comment #1) The complaint is a segfault at runtime when you actually want to do anything with the string whose length depends on a missing optional argument. This isn't too bad (the