https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103248
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
CC| |jsm28 at gcc dot gnu.org
Component|target |middle-end
Ever confirmed|0 |1
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
So we're using RDIV_EXPR for
<fixed_point_type 0x7ffff65610a8 long _Accum>
integer_zerop does not handle FIXED_CST, so previously we considered
all fixed point divisions by constants as not trapping and by non-constants
as trapping. I can fix that at least as far as using fixed_zerop but I'm not
sure of the fixed point behavior.