This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, libgfortran] PR55818 Reading a REAL from a file which doesn't end in a new line fails


On 01/02/2013 01:00 AM, Tobias Burnus wrote:
Jerry DeLisle wrote:
This updated patch addresses the issues with infinities, nans, characters, and
valid reals.
And complex.

OK for trunk?
Test case attached.

Thanks for the patch. It looks okay (with a ChangeLog).

ChangeLog created



However, I found yet another case which is not handled, namely reals with exponentials such as "1.0e3". Hopefully, we have then covered all cases.



Missed one spot for exponents, trivial, fixed, and added to test case.


Also added logical kind to test case. (It was already addressed in the patch)

I will commit after one more full regression test.

Thanks for review.

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]