diff options
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r-- | gcc/fortran/lang.opt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 468d72c..7a06760 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -96,9 +96,9 @@ Wline-truncation Fortran Warning Warn about truncated source lines -Wnonstd-intrinsics +Wintrinsics-std Fortran Warning -Warn about usage of non-standard intrinsics +Warn on intrinsics not part of the selected standard Wreturn-type Fortran Warning @@ -116,6 +116,10 @@ Wunderflow Fortran Warning Warn about underflow of numerical constant expressions +Wintrinsic-shadow +Fortran Warning +Warn if a user-procedure has the same name as an intrinsic + cpp Fortran Joined Separate Negative(nocpp) Enable preprocessing |