[Bug fortran/19352] Recursive IO functions are not allowed (F2003)

2005-12-30 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-12-30 19:00 --- Fixed in 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug fortran/19352] Recursive IO functions are not allowed (F2003)

2005-03-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||20585 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19352

[Bug fortran/19352] Recursive IO functions are not allowed (F2003)

2005-01-12 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-12 08:19 --- I think the error message can be improved. Disallowing recursive I/O is not an "internal error". What about "Calling I/O from function in I/O list not allowed" ? -- http://gcc.gnu.org/bugzilla/show

[Bug fortran/19352] Recursive IO functions are not allowed (F2003)

2005-01-09 Thread pbrook at gcc dot gnu dot org
--- Additional Comments From pbrook at gcc dot gnu dot org 2005-01-10 01:28 --- This is a f2003 feature, and not legal f95. http://gcc.gnu.org/ml/fortran/2005-01/msg00091.html -- What|Removed |Added ---

[Bug fortran/19352] Recursive IO functions are not allowed

2005-01-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-09 22:53 --- If I remember correctly to fix this correctly you also need to fix PR 14943. -- What|Removed |Added --