Re: [PATCH] Fix bootstrap on ppc64

2014-08-19 Thread Richard Henderson
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

[PATCH] Fix bootstrap on ppc64

2014-08-19 Thread Marek Polacek
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,