https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114631
--- Comment #3 from Ganton <kubry at gmx dot com> --- Note: That code was initially aimed for `decimal32` testing (https://bugreports.qt.io/browse/QTBUG-33026) because using `decimal32` instead of `double`... the `for (doub = [...]` loop is not infinite. When that page (https://bugreports.qt.io/browse/QTBUG-33026) was written, the behavior of GCC was not like the described in this bug report (because the `for (doub = [...]` infinite loop was always taken into account). Do we have a regression? 🤔 Keep up the good work! Thanks a lot for GCC!