https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101683
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:99b520f031c0e491d7e170916df11dd645d60617 commit r12-2659-g99b520f031c0e491d7e170916df11dd645d60617 Author: Andrew Pinski <apin...@marvell.com> Date: Thu Jul 29 19:48:46 2021 -0700 Fix PR 101683: FP exceptions for float->unsigned Just like the old bug PR9651, unsigned_fix rtl should also be handled as a trapping instruction. OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions. gcc/ChangeLog: PR rtl-optimization/101683 * rtlanal.c (may_trap_p_1): Handle UNSIGNED_FIX.