Re: Need interpretation
- From: kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Steven G. Kargl)
- Date: Fri, 23 Dec 2005 16:49:23 +0000 (UTC)
In article <ron-shepard-D65E29.01514223122005@xxxxxxxxxxxxxxxxxxxxxxxx>,
Ron Shepard <ron-shepard@xxxxxxxxxxxxxxxxxx> writes:
>
> I think "2" should be the output on the last line, but some
> compilers don't handle the implicit endfile correctly and they print
> out "1" instead. My version of gfortran happens to print out "0",
> which is just an outright error I think.
>
gcc version 4.2.0 20051218 (experimental)
kargl[204] gfc4x -o z k.f90
kargl[205] ./z
ierr= -1 (should be negative)
i= 2 (should be 2)
gcc version 4.1.0 20051218 (prerelease)
kargl[206] gfc41 -o z k.f90
kargl[207] ./z
ierr= -1 (should be negative)
i= 2 (should be 2)
--
Steve
http://troutmask.apl.washington.edu/~kargl/
.
- References:
- Need interpretation
- From: Jerry DeLisle
- Re: Need interpretation
- From: Ron Shepard
- Need interpretation
- Prev by Date: Is there interest in an embedded database engine for F95?
- Next by Date: Re: Is there interest in an embedded database engine for F95?
- Previous by thread: Re: Need interpretation
- Next by thread: tutorials
- Index(es):
Relevant Pages
|