[Bug middle-end/125345] [16/17 Regression] -D_GLIBCXX_ASSERTIONS with -O2 leads to abort/segfault

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat May 16 05:59:22 GMT 2026


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

Drea Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-bisection
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2026-05-16
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Loop 1 iterates at most 0 times.
Loop 1 likely iterates at most 0 times.

compared with 15:

Loop 1 iterates at most 7 times.
Loop 1 likely iterates at most 7 times.


More information about the Gcc-bugs mailing list