https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67809
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #12 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Dup of bug 89713.
We mark loops to be finite when -ffinite-loops is enabled (which is the case
for C++ front-end) and will remove these loops. r10-1052 implemented part of
this and r10-7522 implemented the other part.
Note there are other loops which are marked finite on the trunk dealing with
recursive calls.
*** This bug has been marked as a duplicate of bug 89713 ***