fp-stack-check, Qfp-stack-check
Tells the compiler to generate extra code after every function call to ensure that the floating-point stack is in the expected state.
fpconstant
Tells the compiler that single-precision constants assigned to double-precision variables should be evaluated in double precision.
fpe
Allows some control over floating-point exception handling for the main program at run-time.
fpe-all
Allows some control over floating-point exception handling for each routine in a program at run-time.
fpic
Determines whether the compiler generates position-independent code.
fpie
Tells the compiler to generate position-independent code. The generated code can only be linked into executables.
fpp
Runs the Fortran preprocessor on source files before compilation.
fpscomp
Controls whether certain aspects of the run-time system and semantic language features within the compiler are compatible with Intel® Fortran or Microsoft* Fortran PowerStation.
FR
This is an alternate option name for option free.