* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / divdf.c
blob5ea89ae3ddc338656ca4654028204e6893d4fbcb
1 double
2 foo (float a, float b)
4 return (double)a / (double)b;