This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, fortran] testsuite/gfortran.dg/intrinsics


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]