]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr84710.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr84710.c
CommitLineData
2728bf8f
JJ
1/* PR target/84710 */
2/* { dg-do compile } */
3/* { dg-options "-O -fno-forward-propagate" } */
4
5char a;
6int b;
7
8void
9foo (void)
10{
11 int d;
12 b = __builtin_mul_overflow ((char) d, 0xfe, &a);
13}