Re: [patch, libgfortran] [4.9/4.10 Regression] Internal read of negative integer broken

2014-06-26 Thread Paul Richard Thomas
Hi Jerry, The patch looks to be OK for trunk. Did you check it with the NIST by any chance? Thanks a lot Paul On 26 June 2014 03:58, Jerry DeLisle jvdeli...@charter.net wrote: Hi, This bug has nothing to do with negative numbers as in the description. However, the problem is due to

Re: [patch, libgfortran] [4.9/4.10 Regression] Internal read of negative integer broken

2014-06-26 Thread Jerry DeLisle
On 26/06/14 04:29, Paul Richard Thomas wrote: Hi Jerry, The patch looks to be OK for trunk. Did you check it with the NIST by any chance? Yes, tested fine. Jerry

[patch, libgfortran] [4.9/4.10 Regression] Internal read of negative integer broken

2014-06-25 Thread Jerry DeLisle
Hi, This bug has nothing to do with negative numbers as in the description. However, the problem is due to seeking when there are no spaces to skip. I restructured the loop so that the skipping is not done if there are no spaces. Regression tested on x86-64. New test case from the PR. OK for