[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-06 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2008-05-06 20:53 --- Hi Jerry, did you commit the test case to make sure we don't regress again? Thomas -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-05-07 02:45 --- One of the problems here is how to do a test case for writing to stdout. We would have to create a pipe and write to it and read back from the other side. I don't know how to do that in the testsuite. --

[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-05 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Component|fortran |libfortran

[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-05 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added CC||jvdelisle at gcc dot gnu dot |

[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-05-05 14:49 --- I will have a look. Odd, I don't recall anything going near this recently. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2008-05-06 01:43 --- *** Bug 36142 has been marked as a duplicate of this bug. *** -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-05-06 02:27 --- The regression occurs from r132512, the change to transfer.c The test case from pr36142 is: ! { dg-do run } ! Adapted from fmt_t_6.f testcase for PR 34782 character a(6) data a / 'a', 'b', 'c',

[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-05-06 04:01 --- Subject: Bug 36131 Author: jvdelisle Date: Tue May 6 04:00:38 2008 New Revision: 134973 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=134973 Log: 2008-05-05 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-05 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-05-06 04:02 --- Fixed on trunk, reopened PR34974 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added