On 10/18/2017 11:23 PM, Martin Sebor wrote:
On 10/18/2017 11:08 AM, Aldy Hernandez wrote:
It looks like the generic debug() function for wide_int's is missing.
Instead, we have a wi->dump() method. I have implemented debug() for
generic wide_int and for widest_int, which should cover the comm
On 10/18/2017 06:22 PM, Pedro Alves wrote:
On 10/18/2017 06:08 PM, Aldy Hernandez wrote:
Also, do we have a blessed way of specifying overloaded functions in
ChangeLog's? I couldn't find anything in our GCC coding guidelines or
in the GNU coding guidelines. For lack of direction, I'm doing
On 10/18/2017 11:08 AM, Aldy Hernandez wrote:
It looks like the generic debug() function for wide_int's is missing.
Instead, we have a wi->dump() method. I have implemented debug() for
generic wide_int and for widest_int, which should cover the common
cases. Anything else, can continue using th
On 10/18/2017 06:08 PM, Aldy Hernandez wrote:
> Also, do we have a blessed way of specifying overloaded functions in
> ChangeLog's? I couldn't find anything in our GCC coding guidelines or
> in the GNU coding guidelines. For lack of direction, I'm doing the
> following:
>
> * wide-int.cc (debug
On Oct 18, 2017, at 10:08 AM, Aldy Hernandez wrote:
>
> It looks like the generic debug() function for wide_int's is missing.
> OK for trunk?
Ok.