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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2025-01-23
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
We should terminate if the counter reaches its maximum value.

We could also consider treating the counters as unsigned, which would double
their range. I think that could be done an an ABI-compatible way, because no
correct programs overflow the counters into negative values today.

Reply via email to