https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94914
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- They are used also __builtin_*_overflow* builtins. And, we already match ((__typeof (x)) -1) / y < x into __builtin_mul_overflow_p (x, y, __typeof (x)) for x and y unsigned types with the same precision, so I think this request is just for another matcher. I'll handle it.