Re: [wide-int] fix 32-bit x86 builds

2014-04-30 Thread Richard Sandiford
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

[wide-int] fix 32-bit x86 builds

2014-04-30 Thread Mike Stump
[ 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

[wide-int] fix 32-bit x86 builds

2014-04-30 Thread Mike Stump
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