diff options
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r-- | gcc/fortran/lang.opt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 9de70ac..adc6dce 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -222,6 +222,10 @@ Wconversion-extra Fortran Warning Warn about most implicit conversions +Wfunction-elimination +Fortran Warning +Warn about function call elimination + Wimplicit-interface Fortran Warning Warn about calls with implicit interface @@ -414,6 +418,10 @@ ffree-line-length- Fortran RejectNegative Joined UInteger -ffree-line-length-<n> Use n as character line width in free mode +ffrontend-optimize +Fortran +Enable front end optimization + fimplicit-none Fortran Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements |