Re: [wide-int] Drop some lingering uses of precision 0

2013-12-03 Thread Kenneth Zadeck
if i did not already say so, this is fine. kenny On 12/02/2013 03:20 PM, Richard Sandiford wrote: I noticed that there were still a couple of tests for zero precision. This patch replaces them with asserts when handling separately-supplied precisions and simply drops them when handling

[wide-int] Drop some lingering uses of precision 0

2013-12-02 Thread Richard Sandiford
I noticed that there were still a couple of tests for zero precision. This patch replaces them with asserts when handling separately-supplied precisions and simply drops them when handling existing wide_ints. (The idea is that most code would break for zero precision wide_ints and only asserting

Re: [wide-int] Drop some lingering uses of precision 0

2013-12-02 Thread Mike Stump
On Dec 2, 2013, at 12:20 PM, Richard Sandiford rdsandif...@googlemail.com wrote: I noticed that there were still a couple of tests for zero precision. OK to install? Ok.