[Bug fortran/29563] Internal read loses data.

2006-10-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #14 from jvdelisle at gcc dot gnu dot org 2006-10-27 21:42 --- Subject: Bug 29563 Author: jvdelisle Date: Fri Oct 27 21:42:40 2006 New Revision: 118088 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118088 Log: 2006-10-27 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29563] Internal read loses data.

2006-10-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #13 from jvdelisle at gcc dot gnu dot org 2006-10-27 21:41 --- Subject: Bug 29563 Author: jvdelisle Date: Fri Oct 27 21:40:54 2006 New Revision: 118087 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118087 Log: 2006-10-27 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29563] Internal read loses data.

2006-10-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #12 from jvdelisle at gcc dot gnu dot org 2006-10-27 20:57 --- Ignore comment 11. Had the wrong PR number in ChangeLog entry when committing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29563

[Bug fortran/29563] Internal read loses data.

2006-10-27 Thread jvdelisle at gcc dot gnu dot org
--- Comment #11 from jvdelisle at gcc dot gnu dot org 2006-10-27 20:50 --- Subject: Bug 29563 Author: jvdelisle Date: Fri Oct 27 20:50:15 2006 New Revision: 118085 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118085 Log: 2006-10-27 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29563] Internal read loses data.

2006-10-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #10 from jvdelisle at gcc dot gnu dot org 2006-10-27 02:08 --- Fixed on 4.2 and 4.3 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/29563] Internal read loses data.

2006-10-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2006-10-27 02:03 --- Subject: Bug 29563 Author: jvdelisle Date: Fri Oct 27 02:03:34 2006 New Revision: 118080 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118080 Log: 2006-10-26 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29563] Internal read loses data.

2006-10-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2006-10-27 01:04 --- Subject: Bug 29563 Author: jvdelisle Date: Fri Oct 27 01:04:02 2006 New Revision: 118079 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118079 Log: 2006-10-26 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29563] Internal read loses data.

2006-10-26 Thread jvdelisle at gcc dot gnu dot org
-- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29563

[Bug fortran/29563] Internal read loses data.

2006-10-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2006-10-26 07:19 --- Subject: Bug 29563 Author: jvdelisle Date: Thu Oct 26 07:19:49 2006 New Revision: 118064 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118064 Log: 2006-10-26 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29563] Internal read loses data.

2006-10-26 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-10-26 07:17 --- Subject: Bug 29563 Author: jvdelisle Date: Thu Oct 26 07:17:21 2006 New Revision: 118063 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118063 Log: 2006-10-26 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29563] Internal read loses data.

2006-10-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-10-26 04:42 --- Subject: Bug 29563 Author: jvdelisle Date: Thu Oct 26 04:41:55 2006 New Revision: 118060 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118060 Log: 2006-10-26 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29563] Internal read loses data.

2006-10-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2006-10-26 04:35 --- Subject: Bug 29563 Author: jvdelisle Date: Thu Oct 26 04:35:45 2006 New Revision: 118059 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118059 Log: 2006-10-25 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/29563] Internal read loses data.

2006-10-24 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2006-10-25 05:17 --- I have isolated the problem in list_read.c and am working on a patch. It will be a day or two. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29563

[Bug fortran/29563] Internal read loses data.

2006-10-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2006-10-24 02:12 --- I will have to investigate. If you initialize the array tmpbox to something other than 0 you will see that the list read is not reading the 9th value at all. -- jvdelisle at gcc dot gnu dot org changed:

[Bug fortran/29563] Internal read loses data.

2006-10-23 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2006-10-23 15:54 --- program gfbread character(len=256), dimension(3) :: block_data = (/' 1 2 3',' 4 5 6',' 7 8 9'/) real(kind=8), dimension(3,3) :: tmp_box read(block_data,'(3(3f2.0/))',iostat=iostat)((tmp_box(i,j),j=1,3