* lang.opt (ftail-call-workaround): Fix a typo.
From-SVN: r271777
This commit is contained in:
parent
62971f4644
commit
d4ecfa565c
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue