[Bug libfortran/25307] internal read with end=label aborts

2005-12-31 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25307

[Bug libfortran/25307] internal read with end=label aborts

2005-12-28 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2005-12-29 06:18 --- Subject: Bug 25307 Author: pault Date: Thu Dec 29 06:18:23 2005 New Revision: 109139 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109139 Log: 2005-12-29 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug libfortran/25307] internal read with end=label aborts

2005-12-26 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2005-12-26 09:07 --- Subject: Bug 25307 Author: pault Date: Mon Dec 26 09:07:27 2005 New Revision: 109061 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109061 Log: 2005-12-26 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug libfortran/25307] internal read with end=label aborts

2005-12-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2005-12-23 05:54 --- Fixed on 4.1 and 4.2 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/25307] internal read with end=label aborts

2005-12-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2005-12-23 02:59 --- Subject: Bug 25307 Author: jvdelisle Date: Fri Dec 23 02:59:37 2005 New Revision: 109005 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109005 Log: 2005-12-22 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25307] internal read with end=label aborts

2005-12-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2005-12-23 02:56 --- Subject: Bug 25307 Author: jvdelisle Date: Fri Dec 23 02:56:34 2005 New Revision: 109003 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109003 Log: 2005-12-22 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25307] internal read with end=label aborts

2005-12-22 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2005-12-23 02:02 --- Subject: Bug 25307 Author: jvdelisle Date: Fri Dec 23 02:02:52 2005 New Revision: 109002 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109002 Log: 2005-12-22 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25307] internal read with end=label aborts

2005-12-21 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2005-12-22 07:06 --- Subject: Bug 25307 Author: pault Date: Thu Dec 22 07:05:22 2005 New Revision: 108943 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108943 Log: 2005-12-22 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug libfortran/25307] internal read with end=label aborts

2005-12-21 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2005-12-22 02:32 --- Subject: Bug 25307 Author: jvdelisle Date: Thu Dec 22 02:32:29 2005 New Revision: 108938 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108938 Log: 2005-12-21 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/25307] internal read with end=label aborts

2005-12-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2005-12-17 21:40 --- I have figured this out. It is similar to the recent tl_editing problems with next_record_w. next_char is not handling the special cases for internal units. I am working up a patch now. -- jvdelisle at gcc

[Bug libfortran/25307] internal read with end=label aborts

2005-12-10 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2005-12-10 20:29 --- (In reply to comment #3) > If you think you know whats up here, give me some feedback so we don't clobber > each other. :) I'll let this one to you, I really can't figure it out (it's making my head spin). --

[Bug libfortran/25307] internal read with end=label aborts

2005-12-10 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2005-12-10 20:21 --- Where and how end of record or end of file is detected is very sensitive in this code for internal IO. I am currently dredging on 25264 which also has sensitivities. When you work at this long enough you realize

[Bug libfortran/25307] internal read with end=label aborts

2005-12-10 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2005-12-10 19:31 --- (In reply to comment #1) > I think I have a fix for it, currently under testing. Forget that part. This bug is more serious than I thought. The code in next_char() might need some important changes... I'm current

[Bug libfortran/25307] internal read with end=label aborts

2005-12-10 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2005-12-10 19:06 --- Confirmed. It's a library-side issue. I think I have a fix for it, currently under testing. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added