--- Comment #8 from jvdelisle at gcc dot gnu dot org 2008-10-14 03:24
---
Fixed on trunk.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
St
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-10-14 01:54
---
Subject: Bug 37083
Author: jvdelisle
Date: Tue Oct 14 01:53:35 2008
New Revision: 141102
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141102
Log:
2008-10-13 Jerry DeLisle <[EMAIL PROTECTED]
P
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-10-14 01:51
---
Subject: Bug 37083
Author: jvdelisle
Date: Tue Oct 14 01:49:51 2008
New Revision: 141101
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141101
Log:
2008-10-13 Jerry DeLisle <[EMAIL PROTECTED]
P
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-10-12 23:27
---
Patch submitted for approval:
http://gcc.gnu.org/ml/fortran/2008-10/msg00098.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37083
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-08-17 22:04
---
I have a patch testing.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from burnus at gcc dot gnu dot org 2008-08-17 19:21 ---
Confirm. As Jerry pointed out it is not restricted to Windows.
I created my test case using:
printf '1.2\n2.3\n3.4' > input
Fortran test case:
REAL :: a, b, c
OPEN(UNIT=10,FILE='input',access='stream',
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2008-08-17 19:03
---
This is not platform specific.
g77 runs this test case without error. gfortran is attempting to read a
default formatted width and when it attempts to read the next character after
the last digit of the third li