HP Fortran Release Notes (Version 3.5; September 2011; Integrity Systems)

Example 1 First example
f90 -M test.f90
test.o:test.f90
Example 2 Second example
f90 -M <file> test.f90
vi <file>
test.o:test.f90
Deprecation and removal of some F90 options
The following options are deprecated:
C
This option is replaced by +check=all.
K
This option is replaced by +save.
The following options are removed:
+k
This option is useful only on PA-RISC systems. It was deprecated earlier.
+pa
This option is useful only on PA-RISC systems. It was deprecated earlier.
+noalign64bitpointers
This is a PA-RISC option, which is used for binary compatibility.
+O[no]entrysched
This option is useful only on PA-RISC systems.
+O[no]fastaccess
This option is useful only on PA-RISC systems.
+O[no]multiprocessor
This option is useful only on PA-RISC systems.
+O[no]pipeline
This option is useful only on PA-RISC systems.
+O[no]regreassoc
This option is useful only on PA-RISC systems.
+O[no]static_prediction
This option is useful only on PA-RISC systems.
+O[no]vectorize
This option is useful only on PA-RISC systems.
What's new with this release 5