1 /* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O1 -fno-inline -fno-dce -fschedule-insns -fselective-scheduling -fno-tree-dce" } */
6 int t106_1mul(unsigned int x
, unsigned int y
) {
8 if (__builtin_mul_overflow(x
, y
, &r
)) {