https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92734
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Of course we have reassoc, but in there we punt on the non-wrapping integral types, because reassociation is generally unsafe for them. There are just special cases that can be handled.