* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr46832.c
blobf500aa5106809a912b899fecb603ac3724447561
1 double pow(double x, double y);
2 void foo( double x ) {
3 int j = (int) ((pow(x, 2)) < 0.0 ? (pow(x, 2))-0.5 : (pow(x, 2))+0.5);