PR target/84710
[official-gcc.git] / gcc / testsuite / gcc.dg / pr84710.c
blob6477244860c1db8f2007841fd30fae0fc8436528
1 /* PR target/84710 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -fno-forward-propagate" } */
5 char a;
6 int b;
8 void
9 foo (void)
11 int d;
12 b = __builtin_mul_overflow ((char) d, 0xfe, &a);