https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93041

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, C++26 will likely vote in tomorrow https://wg21.link/P2809R3 a change
where loops like for (;;); or while (true) ; and similar will not be UB
anymore.
Though the loops in this PR and the dups aren't like that anyway and I think we
already treat unconditional loops as infinite even with -ffinite-loops.

Reply via email to