* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr52555.c
blob701683488df991cc6303eec17a81a577eafa0a21
1 /* { dg-options "-ffast-math" } */
3 float farg;
4 unsigned val;
6 void __attribute__((optimize("O")))
7 test()
9 val = __builtin_ceilf(farg);