Hi! I'm all new to ftn95. I have existing Fortran code that was originally written for OpenVMS, compiled with the VSI Fortran compiler. I have managed to compile the same Fortran code on Linux and Windows with gfortran. I'm now trying out ftn95 on Windows, but I'm struggling with getting it to accept my Fortran code. For various reasons, the code contains VOLATILE statements as such:
INTEGER*4 NUM001
VOLATILE NUM001
but I can't seem to find a command line switch that makes ftn95 accept this construct. The Fortran code is fixed format, using byte size KIND specifications, and I'm currently trying to compile it with
ftn95 /FIXED_FORMAT /ALT_KINDS