Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr85414.c
blob: d061324924259bb76cfe97bac463d8e66145077c [
file
] [
log
] [
blame
]
/* PR middle-end/85414 */
/* { dg-do compile { target int128 } } */
/* { dg-options "-Og -fgcse -Wno-uninitialized" } */
int
foo
(
void
)
{
unsigned
__int128 c
;
return
__builtin_mul_overflow_p
(
59
,
-
c
,
(
short
)
0
);
}