Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr106243-1.c
blob: cb3b74cbea759517e194f86cec8c4c02110eb795 [
file
] [
log
] [
blame
]
/* PR tree-optimization/106243 */
/* { dg-do run } */
/* { dg-options "-O2 -Wno-psabi" } */
#include
"pr106243.c"
int
main
()
{
if
(
foo
(
3
)
!=
1
||
bar
(-
6
)
!=
0
||
baz
(
17
)
!=
1
||
qux
(-
128
)
!=
0
||
foo
(
127
)
!=
1
)
{
__builtin_abort
();
}
return
0
;
}