comparison gcc/testsuite/gcc.dg/pr85414.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* PR middle-end/85414 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-Og -fgcse -Wno-uninitialized" } */
4
5 int
6 foo (void)
7 {
8 unsigned __int128 c;
9 return __builtin_mul_overflow_p (59, -c, (short) 0);
10 }