* lang.opt (ftail-call-workaround): Fix a typo.

From-SVN: r271777
This commit is contained in:
Marek Polacek 2019-05-30 11:44:40 +00:00 committed by Marek Polacek
parent 62971f4644
commit d4ecfa565c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-05-30 Marek Polacek <polacek@redhat.com>
* lang.opt (ftail-call-workaround): Fix a typo.
2019-05-30 Jakub Jelinek <jakub@redhat.com>
* lang.opt (ftail-call-workaround=): Fix a typo - lenghts to lengths.

View File

@ -763,7 +763,7 @@ Fortran Var(flag_sign_zero) Init(1)
Apply negative sign to zero values.
ftail-call-workaround
Frotran Alias(ftail-call-workaround=,1,0)
Fortran Alias(ftail-call-workaround=,1,0)
ftail-call-workaround=
Fortran RejectNegative Joined UInteger IntegerRange(0, 2) Var(flag_tail_call_workaround) Init(1)