[Bug libfortran/70684] [Regression 5.3, 6] incorrect reading of values from file on Windows

2016-04-15 Thread ajmay81 at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70684 --- Comment #4 from Andy May --- Yes, I agree that demonstrates the bug - and I see it gives the desired output with 4.8.3 but not with 5.3.0. However, I would actually not mind if that modified testcase continued not to 'work' on Linux since

[Bug libfortran/70684] [Regression 5.3, 6] incorrect reading of values from file on Windows

2016-04-15 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70684 --- Comment #3 from Jerry DeLisle --- This slightly modified version of the testcase shows the bug with Linux: program test implicit none integer,parameter :: isize=12 integer,parameter :: funit=12 integer :: i character(1), parameter ::

[Bug libfortran/70684] [Regression 5.3, 6] incorrect reading of values from file on Windows

2016-04-15 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70684 Jerry DeLisle changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|