--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.0.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24416
--- Comment #9 from pault at gcc dot gnu dot org 2005-10-24 21:13 ---
Fixed on mainline and 4.03.
The problem turned out to be that saved_string was not being freed after
character reads. This is done within read_ for every type other than
character, which is why it was missed. Have ad
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-24 21:10
---
Subject: Bug 24416
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-10-24 21:10:14
Modified files:
libgfortran: ChangeLog
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-24 20:20
---
Subject: Bug 24416
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-10-24 20:20:40
Modified files:
libgfortran: ChangeLog
libgfortran/io : list_read
--- Comment #6 from pault at gcc dot gnu dot org 2005-10-24 15:58 ---
Thanks FX. Jerry DeLisle is having a stab at this so I have put him on the cc
list.
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2005-10-24 12:53
---
Here is another example of this problem (or so I think), reported today on the
list:
# cat bug.f90
program bugged
character*80 mc_sample
namelist /BUG/ mc_sample
! Sequence without read of Namelis
--- Comment #4 from pault at gcc dot gnu dot org 2005-10-20 19:08 ---
> This one is scary. I add Paul T to the Cc list (since he's familiar with
> namelist). As far as I can tell, this looks like a purely library-side problem
> (the code emitted by the front-end looks fine).
I had total
--- Comment #3 from fxcoudert at gmail dot com 2005-10-20 07:38 ---
This one is scary. I add Paul T to the Cc list (since he's familiar with
namelist). As far as I can tell, this looks like a purely library-side problem
(the code emitted by the front-end looks fine).
--
fxcoudert at
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-17 22:10 ---
Nope, still fails on the mainline.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-17 22:05 ---
This might be fixed in 4.0.2.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
10 matches
Mail list logo