Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr85414.c
blobd061324924259bb76cfe97bac463d8e66145077c
1 /* PR middle-end/85414 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-Og -fgcse -Wno-uninitialized" } */
5 int
6 foo (void)
8 unsigned __int128 c;
9 return __builtin_mul_overflow_p (59, -c, (short) 0);