diff options
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r-- | gcc/fortran/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 7b5597e4536..668e8d9bc72 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -1112,7 +1112,7 @@ time. This option is implied by @option{-Wall}. @item -Wdo-subscript @opindex @code{Wdo-subscript} Warn if an array subscript inside a DO loop could lead to an -out-of-bounds access even if the compiler can not prove that the +out-of-bounds access even if the compiler cannot prove that the statement is actually executed, in cases like @smallexample real a(3) |