https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115036
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2026-05-25
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Severity|normal |enhancement
--- Comment #3 from Drea Pinski <pinskia at gcc dot gnu.org> ---
> Where is something suppose to happen?
So I think this should be in the middle-end which expands the division into
multiplication and such.
https://gcc.gnu.org/pipermail/gcc-patches/2026-May/717904.html I think fixes
this.