2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr84670-1.c
blobc1ad474aa47105d780fe192cae16c5f26c2832d3
1 /* { dg-do compile { target int128 } } */
2 /* { dg-options "-O2 -fno-tree-dominator-opts" } */
4 int a, b, c, d;
6 int
7 foo (void)
9 __int128 i;
11 i -= c;
12 if (b)
13 goto l;
14 __builtin_mul_overflow (0, a, &c);
15 if (d)
16 goto l;
17 return i;