On 08/19/2014 10:17 AM, Marek Polacek wrote:
> My recent patch broke bootstrap on ppc64, because, by default,
> char on ppc defaults to be an unsigned char. But the code relied
> on char being signed by default.
> Furthermore, the compat warning about // comments shouldn't be issued
> in C++ mode
My recent patch broke bootstrap on ppc64, because, by default,
char on ppc defaults to be an unsigned char. But the code relied
on char being signed by default.
Furthermore, the compat warning about // comments shouldn't be issued
in C++ mode at all.
Sorry about that.
Bootstrapped on ppc64-linux,