fortran-src
fortran-src copied to clipboard
Support .CMN files
This is not in the standard as far as I can see, but most compilers support naked common block definitions inside of '.CMN' files, which can then be be included via an include statement. I think we need this support to make common-block elimination more useful. Probably not a very big change.