Mike Stump writes:
> We changed the underlying type a while back, and it matters on 32-bit
> pointer machines that use long long for a HOST_WIDE_INT… Caught by
> fold-checking, thanks fold checking.
>
> This is the tree-vrp problem, I think this was seen on arm as well.
Trivial follow-up to keep
[ sorry for the dup ]
We changed the underlying type a while back, and it matters on 32-bit pointer
machines that use long long for a HOST_WIDE_INT… Caught by fold-checking,
thanks fold checking.
This is the tree-vrp problem, I think this was seen on arm as well.
Checked in as obvious.
Index
We changed the underlying type a while back, and it matters on 32-bit pointer
machines that use long long for a HOST_WIDE_INT… Caught by fold-checking,
thanks fold checking.
Checked in as obvious.
Index: tree.c
===
--- tree.c