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

--- Comment #1 from Alexander Zaitsev <zamazan4ik at tut dot by> ---
Another example of missed optimization:

float foo(float a, float b, float c)
{
    return -a * b - c;
}

Reply via email to