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 bur...@net-b.de 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

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

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

2011-05-12 Thread Tobias Burnus
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-64-linux. OK for the trunk? Tobias PS: I will regtest