Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr59101.c
blob: ed6a7e8fa31927851440a6c0ea08a24a1892b14c [
file
] [
log
] [
blame
]
/* PR target/59101 */
__attribute__
((
noinline
,
noclone
))
int
foo
(
int
a
)
{
return
(~
a
&
4102790424LL
)
>
0
|
6
;
}
int
main
()
{
if
(
foo
(
0
)
!=
7
)
__builtin_abort
();
return
0
;
}