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
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
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