This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/26998] bootstrap failure building libdecnumber, ICE in compare_values, tree-vrp.c:432



------- Comment #10 from rguenth at gcc dot gnu dot org  2006-06-08 09:39 -------
Testcase:

int decCompareOp (int result)
{
    if (result != (int)0x80000000)
    {
        result = -result;
        return (result > 0);
    }
}


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]