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

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

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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
We should finally rewrite -ftrapv using the overflow builtins.
If not, we need to do it at least for bitints before bitint lowering, because
obviously we don't have any libgcc support for trapv
additions/subtractions/multiplications.

Reply via email to