This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] testsuite/gfortran.dg/intrinsics
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.)
Tobias