I looked through the diff of wide-int with mainline and noticed a few minor things to tweak. This patch:
- Fixes comment typos that I'd introducted. - Fixes spurious whitespace differences. - Uses const X & instead of X for *wide_int parameters. - Fuses declarations and initialisers. - Avoids unnecessary *wide_int temporaries (e.g. wide_int (x) == 0 -> wi::eq_p (x, 0)). - Fixes some long lines. It all seemed pretty obvious, and the patch is long and mechanical, so I went ahead and installed it. Hope that's OK. Thanks, Richard
minor-tweaks.diff.gz
Description: application/gzip