Re: [10/10] Make tree_to_uhwi return unsigned

2013-11-18 Thread Richard Biener
On Sat, Nov 16, 2013 at 2:25 PM, Richard Sandiford wrote: > This is probably the only non-obvious part of the series. I went through > all callers to tree_to_uhwi to see whether they were used in a context > where signedness mattered. If so, I tried to adjust the casting to match. > > This mostl

[10/10] Make tree_to_uhwi return unsigned

2013-11-16 Thread Richard Sandiford
This is probably the only non-obvious part of the series. I went through all callers to tree_to_uhwi to see whether they were used in a context where signedness mattered. If so, I tried to adjust the casting to match. This mostly meant removing casts to unsigned types. There are a couple of cas