Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
pr84014.c
blob: 62ff71014a4ed0b9aa8321ab04fa83cb4448a174 [
file
] [
log
] [
blame
]
/* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */
/* { dg-options "-O1 -fno-split-wide-types -mdejagnu-cpu=e300c3" } */
int
nh
(
void
)
{
}
long
long
int
si
(
void
)
{
}
int
xf
(
int
fg
)
{
int
y5
=
nh
();
fg
+=
!!
y5
?
y5
:
si
();
return
fg
;
}