------- Comment #9 from manu at gcc dot gnu dot org  2010-02-21 00:34 -------
Another testcase:

int bar(int a, int b, int c)
{
    if ((b = c) && (a == 0))
        {
        return 0;
        }
    return 1;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25733

Reply via email to