[Bug fortran/29053] Consecutive STREAM I/O file positions mixed up

2006-09-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-09-15 13:35 --- *** Bug 28747 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29053

[Bug fortran/29053] Consecutive STREAM I/O file positions mixed up

2006-09-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2006-09-15 13:33 --- Fixed on 4.2, will not go to 4.1. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/29053] Consecutive STREAM I/O file positions mixed up

2006-09-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-09-15 13:32 --- Subject: Bug 29053 Author: jvdelisle Date: Fri Sep 15 13:32:12 2006 New Revision: 116971 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116971 Log: 2006-09-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29053] Consecutive STREAM I/O file positions mixed up

2006-09-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-09-15 13:16 --- Subject: Bug 29053 Author: jvdelisle Date: Fri Sep 15 13:16:15 2006 New Revision: 116970 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116970 Log: 2006-09-14 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29053] Consecutive STREAM I/O file positions mixed up

2006-09-14 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-09-15 03:00 --- Subject: Bug number PR29053 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00571.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/29053] Consecutive STREAM I/O file positions mixed up

2006-09-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-09-14 01:21 --- Assembly output which does not work because it is using the same block of memory for the st_parameter_dt structure for both WRITEs, the file position pointer is in this structure, but not set before the calls beca

[Bug fortran/29053] Consecutive STREAM I/O file positions mixed up

2006-09-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-13 03:05 --- (In reply to comment #1) > It fails at all optimization levels on FreeBSD. If a.dat and b.dat are still there, nothing changes in file size. Make sure you removed them before running the program. -- http://gcc.

[Bug fortran/29053] Consecutive STREAM I/O file positions mixed up

2006-09-12 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2006-09-13 02:45 --- It fails at all optimization levels on FreeBSD. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29053