jacobwilliams / json-fortran

A Modern Fortran JSON API
https://jacobwilliams.github.io/json-fortran/
Other
338 stars 86 forks source link

See about removing gfortran bug workarounds for newer versions #415

Open jacobwilliams opened 5 years ago

jacobwilliams commented 5 years ago

Probably some of the workarounds in the code for gfortran bugs have been fixed. Look into make these conditional for specific versions that are known to have the bug.

Is there a way to check the gfortran version with a compiler directive?