repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr85414.c
blob
d061324924259bb76cfe97bac463d8e66145077c
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
}