[Bug bootstrap/45445] [4.6 regression] ARM bootstrap failure: comparison failures after stage 3

laurent at guerby dot net gcc-bugzilla@gcc.gnu.org
Sun Sep 19 16:55:00 GMT 2010



------- Comment #16 from laurent at guerby dot net  2010-09-19 16:54 -------
expmed.c:make_tree has some non deterministic calls:

tree
make_tree (tree type, rtx x)
{
...
    case PLUS:
      return fold_build2 (PLUS_EXPR, type, make_tree (type, XEXP (x, 0)),
                          make_tree (type, XEXP (x, 1)));
...


-- 


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



More information about the Gcc-bugs mailing list