j3-fortran / fortran_proposals

Proposals for the Fortran Standard Committee
178 stars 15 forks source link

switch off backwards compatibility with compiler arguments #117

Open Leonard-Reuter opened 4 years ago

Leonard-Reuter commented 4 years ago

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.

milancurcic commented 4 years ago

Most compilers implement non-standard features like this. This repo is for proposals to the Fortran Standard Committee.

certik commented 4 years ago

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.