Go to the first, previous, next, last section, table of contents.
The following options serve as "shorthand" for other options accepted by the compiler:
-fugly
-fugly-args -fugly-assign -fugly-assumed -fugly-comma -fugly-complex -fugly-init -fugly-logintThese constructs are considered inappropriate to use in new or well-maintained portable Fortran code, but widely used in old code. See section Distensions, for more information. Note: The `-fugly' option is likely to be removed in a future version. Implicitly enabling all the `-fugly-*' options is unlikely to be feasible, or sensible, in the future, so users should learn to specify only those `-fugly-*' options they really need for a particular source file.
-fno-ugly
-fno-ugly-args -fno-ugly-assign -fno-ugly-assumed -fno-ugly-comma -fno-ugly-complex -fno-ugly-init -fno-ugly-logintSee section Distensions, for more information.
-ff66
g77
provide more compatibility with other
existing and obsolete Fortran implementations.
-ff77
f2c
product.
Same as `-fbackslash -fno-typeless-boz'.
The meaning of this option is likely to be refined as future
versions of g77
provide more compatibility with other
existing and obsolete Fortran implementations.
-fno-f77
f2c
, but in a more widely portable dialect.
`-fno-f77' is the same as `-fno-backslash'.
The meaning of this option is likely to be refined as future
versions of g77
provide more compatibility with other
existing and obsolete Fortran implementations.
Go to the first, previous, next, last section, table of contents.