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

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

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
If the types of the objects being compared are the same in all (or at least in
many cases), why don't you simply loop over an array with those values and use
a single _setjmp in that loop, rather than 21k of them?

Reply via email to