swig-fortran / swig

This fork of SWIG creates Fortran wrapper code from C++ headers.
http://www.swig.org
Other
42 stars 11 forks source link

Fix fortran typemaps for arrays on PGI #140

Closed sethrj closed 4 years ago

sethrj commented 4 years ago

PGI 15.7 fails to compile the fundamental type transformation subroutines with error "PGF90-S-0095-Expression has wrong data type". This change explicitly forces the size intrinsic to return the same integer type as the right-hand side of the comparison.