Re: [PATCH V6] Remove empty loop with assumed finiteness (PR tree-optimization/89713)

2019-06-05 Thread Richard Biener
On Tue, Jun 4, 2019 at 5:24 PM Feng Xue OS wrote: > > Some changes on documentation. Please name the option -ffinite-loops (plural), the patch is OK with this change if you also adjust > + /* If the loop has any non-EH exit, we can assume it will terminate. */ > + FOR_EACH_VEC_ELT (exi

[PATCH V6] Remove empty loop with assumed finiteness (PR tree-optimization/89713)

2019-06-04 Thread Feng Xue OS
Some changes on documentation. Feng diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 37aab79..4fdc5c8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2019-06-04 Feng Xue + + PR tree-optimization/89713 + * doc/invoke.texi (-ffinite-loop): Document new option. +