Re: [C++ Patch] PR 51777

2012-01-16 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 51777

2012-01-16 Thread Paolo Carlini
Hi, in this diagnostic issue we incorrectly print unsigned template arguments as signed. The fix seems straightforward: just use the very same algorithm used in dump_generic_node for INTEGER_CST, thus dispatch to either pp_wide_integer or pp_unsigned_wide_integer. Booted and tested C++ (tes