diff options
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r-- | gcc/fortran/lang.opt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index d6fe603..5da0453 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -269,6 +269,10 @@ Wopenmp-simd Fortran ; Documented in C +Wpedantic +Fortran +; Documented in common.opt + Wreal-q-constant Fortran Warning Warn about real-literal-constants with 'q' exponent-letter @@ -294,9 +298,13 @@ Fortran Warning Warn about \"suspicious\" constructs Wtabs -Fortran Warning +Fortran Warning Var(warn_tabs) LangEnabledBy(Fortran,Wall) Permit nonconforming uses of the tab character +Wtabs +LangEnabledBy(Fortran,Wpedantic) +; + Wunderflow Fortran Warning Warn about underflow of numerical constant expressions |