[patch, fortran] testsuite/gfortran.dg/intrinsics
Steve Kargl
sgk@troutmask.apl.washington.edu
Sun Feb 25 22:59:00 GMT 2007
On Sun, Feb 25, 2007 at 11:51:10PM +0100, Tobias Burnus wrote:
> Hi Daniel,
>
> Daniel Franke wrote:
> >> I have a question regarding the autogen generation: Is is also possible
> >> to check for the availability of types? I would like to test also
> >> integer(16), real(10), real(16), which are, however, not available on
> >> all systems.
> >>
> > call = 'CALL exit(status = int_large)';
> >
> Nice. What is the syntax for REAL? There we have REAL(10) and REAL(16)
> which are not on all platforms. (Neither 10 nor 16, only 10, only 16,
> and both 10 & 16 available are the possible cases.)
>
I could be wrong, but I believe you can't get both 10 and 16.
gfortran chooses the one that matches long double.
--
Steve
More information about the Fortran
mailing list