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: Interoperability with C int128_t type?


It should be ok. The name is allowed by C99 (though not required) and not ambiguous. However, one could add a note in the source file and it should be documented in http://gcc.gnu.org/onlinedocs/ gfortran/Intrinsic-Modules.html

It should of course be marked as an extension, and rejected when standards-checking is enabled.


FX

--
François-Xavier Coudert
http://www.homepages.ucl.ac.uk/~uccafco/


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