https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110105

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
float mul(float x, float y, float z)
{
    return ((double)x) * y + z;
}

Also produces the conversion ...

Reply via email to