Next: , Up: Invoking GFORTRAN


4.1 Option Summary

Here is a summary of all the options specific to GNU Fortran, grouped by type. Explanations are in the following sections.

Fortran Language Options
See Options Controlling Fortran Dialect.
          -ffree-form  -fno-fixed-form 
          -fdollar-ok  -fimplicit-none  -fmax-identifier-length 
          -std=std -fd-lines-as-code -fd-lines-as-comments 
          -ffixed-line-length-n  -ffixed-line-length-none 
          -ffree-line-length-n  -ffree-line-length-none 
          -fdefault-double-8  -fdefault-integer-8  -fdefault-real-8 
          -fcray-pointer  -frange-check
     

Warning Options
See Options to Request or Suppress Warnings.
          -fsyntax-only  -pedantic  -pedantic-errors 
          -w  -Wall  -Waliasing -Wampersand -Wconversion -Wimplicit-interface 
          -Wnonstd-intrinsics -Wsurprising -Wunderflow 
          -Wunused-labels -Wline-truncation -W
     

Debugging Options
See Options for Debugging Your Program or GCC.
          -fdump-parse-tree -ffpe-trap=list
     

Directory Options
See Options for Directory Search.
          -Idir  -Mdir
     

Runtime Options
See Options for influencing runtime behavior.
          -fconvert=conversion -frecord-marker=length
     

Code Generation Options
See Options for Code Generation Conventions.
          -fno-automatic -ff2c -fno-underscoring  -fsecond-underscore 
          -fbounds-check  -fmax-stack-var-size=n 
          -fpackderived  -frepack-arrays  -fshort-enums