Re: [Patch, Fortran] Reject non-default-kind characters as flags to I/O statements

2011-05-13 Thread H.J. Lu
On Thu, May 12, 2011 at 2:56 PM, Tobias Burnus wrote: > The patch is a correctness issue as the Fortran standard has those as > constraints - and the results of passing kind=4 strings is also odd ... > > I used also the chance to resolve INQUIRE's decimal ... > > Build and partially regtested on x

Re: [Patch, Fortran] Reject non-default-kind characters as flags to I/O statements

2011-05-13 Thread Tobias Burnus
Thanks for the review, Janne! Janne Blomqvist wrote: > Ok, thanks for the patch. And especially thanks for the exhaustive > test cases! They turned out to be quite useful to find other bugs ;-) (INQUIRE with stream= is not implemented, INQUIRE with decimal= was not resolved.) > However, can you

Re: [Patch, Fortran] Reject non-default-kind characters as flags to I/O statements

2011-05-13 Thread Janne Blomqvist
On Fri, May 13, 2011 at 00:56, Tobias Burnus wrote: > The patch is a correctness issue as the Fortran standard has those as > constraints - and the results of passing kind=4 strings is also odd ... > > I used also the chance to resolve INQUIRE's decimal ... > > Build and partially regtested on x86