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