]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lang.opt (ftail-call-workaround): Fix a typo.
authorMarek Polacek <polacek@redhat.com>
Thu, 30 May 2019 12:19:40 +0000 (12:19 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Thu, 30 May 2019 12:19:40 +0000 (12:19 +0000)
From-SVN: r271778

gcc/fortran/ChangeLog
gcc/fortran/lang.opt

index 0369353b2de6c58a4d71dd7049ca1c4ebdfac42c..49f9fc0e34c2489c5c0c6b0e8ba62b31c658834b 100644 (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.
index f2908a5c1fc9edf528a08f847423607f4bb36dee..cc5c217e70b55be3ff4bc79509dbcee62a5df0cc 100644 (file)
@@ -759,7 +759,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)