-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Clause 7Standard Clause 7: TypesStandard Clause 7: TypesunsubmittedHas not been submitted to the committee yetHas not been submitted to the committee yet
Description
All integers in Fortran are signed. It is a common request to include unsigned integers. At the very least to help with the interoperation with the C API that uses unsigned integers.
The best approach currently is to use signed integers of the same size, and then convert them to unsigned Fortran integers of a bigger size appropriately.
aradi, zbeekman, gekaremi, milancurcic, AndrewGaspar and 4 more
Metadata
Metadata
Assignees
Labels
Clause 7Standard Clause 7: TypesStandard Clause 7: TypesunsubmittedHas not been submitted to the committee yetHas not been submitted to the committee yet