Open Leonard-Reuter opened 4 years ago
Most compilers implement non-standard features like this. This repo is for proposals to the Fortran Standard Committee.
Most compilers implement non-standard features like this. This repo is for proposals to the Fortran Standard Committee.
I think we allow to discuss issues more broadly here, and I think all these overlap:
This issue is related to the discussions at #40, #83.
It would be great to be able to switch off backwards compatibility 'features' with compiler arguments: eg.:
-implicit=none
-case_sensitive=true
to enforce good code for new projects.