diff options
author | Louis Krupp <lkrupp@gcc.gnu.org> | 2017-01-19 23:09:45 +0000 |
---|---|---|
committer | Louis Krupp <lkrupp@gcc.gnu.org> | 2017-01-19 23:09:45 +0000 |
commit | 02a7f8dc97f37ee837b08781047eb6f5b8eeccd2 (patch) | |
tree | 43bd11d77ba4d73ec65f12aba22d6bc693675011 /gcc | |
parent | 437f43cc78d4607e72d7873b64342de2ce2d75cc (diff) | |
download | gcc-02a7f8dc97f37ee837b08781047eb6f5b8eeccd2.zip gcc-02a7f8dc97f37ee837b08781047eb6f5b8eeccd2.tar.gz gcc-02a7f8dc97f37ee837b08781047eb6f5b8eeccd2.tar.bz2 |
Add missing period at end of -ftest-forall-temp option text.
From-SVN: r244657
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/lang.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index bdc621b..4421ce4 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -490,7 +490,7 @@ Assume that the source file is fixed form. ftest-forall-temp Fortran Var(flag_test_forall_temp) Init(0) -Force creation of temporary to test infrequently-executed forall code +Force creation of temporary to test infrequently-executed forall code. finteger-4-integer-8 Fortran RejectNegative Var(flag_integer4_kind,8) |