Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr52555.c
blob: 701683488df991cc6303eec17a81a577eafa0a21 [
file
] [
log
] [
blame
]
/* { dg-options "-ffast-math" } */
float
farg
;
unsigned
val
;
void
__attribute__
((
optimize
(
"O"
)))
test
()
{
val
=
__builtin_ceilf
(
farg
);
}