https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121014
--- Comment #4 from rguenther at suse dot de <rguenther at suse dot de> --- On Thu, 10 Jul 2025, rdapp at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121014 > > Robin Dapp <rdapp at gcc dot gnu.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Resolution|--- |FIXED > Status|NEW |RESOLVED > CC| |rdapp at gcc dot gnu.org > > --- Comment #3 from Robin Dapp <rdapp at gcc dot gnu.org> --- > Fixed on trunk. I don't suppose we want to backport this as it's pretty > harmless (all div variants expand to u/sdiv anyway)? If there are no problems reported from the fix I'd say we want to backport just the s/RDIV_EXRP/EXACT_DIV_EXPR/ change