aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/invoke.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r--gcc/fortran/invoke.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index 052d317..8bdc8a6 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -235,11 +235,11 @@ intrinsic will be called except when it is explicitly declared @code{EXTERNAL}.
@item -fallow-argument-mismatch
@opindex @code{fallow-argument-mismatch}
-Some code contains calls to external procedures whith mismatches
+Some code contains calls to external procedures with mismatches
between the calls and the procedure definition, or with mismatches
between different calls. Such code is non-conforming, and will usually
-be flagged wi1th an error. This options degrades the error to a
-warning, which can only be disabled by disabling all warnings vial
+be flagged with an error. This options degrades the error to a
+warning, which can only be disabled by disabling all warnings via
@option{-w}. Only a single occurrence per argument is flagged by this
warning. @option{-fallow-argument-mismatch} is implied by
@option{-std=legacy}.
@@ -1826,7 +1826,7 @@ The default value for @var{n} is 30.
@item -finline-matmul-limit=@var{n}
@opindex @code{finline-matmul-limit}
-When front-end optimiztion is active, some calls to the @code{MATMUL}
+When front-end optimization is active, some calls to the @code{MATMUL}
intrinsic function will be inlined. This may result in code size
increase if the size of the matrix cannot be determined at compile
time, as code for both cases is generated. Setting