* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.dg / pr21282.c
blob427e39385011423e47d1bbe93a3081ccef3d71e7
1 /* { dg-do compile } */
2 /* { dg-options "-O1" } */
4 extern double floor (double);
6 long foo (float f)
8 return (long) floor (f);