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 C_LOC usage for stricter standards compliance #55

Closed sethrj closed 6 years ago

sethrj commented 6 years ago

Fixes #40 . Now all the examples compile in GCC 4.8.5.

sethrj commented 6 years ago

@aprokop You'll need to regenerate the ForTrilinos code when this is merged.

sethrj commented 6 years ago

Yep, all SWIG tests pass in GCC 485 and 5. The string and array passing work as expected.