Re: PATCH to fix fallout from recent C++ bool changes

2016-09-23 Thread Jason Merrill
OK, thanks. On Thu, Sep 22, 2016 at 10:24 AM, Marek Polacek wrote: > Jason reported that make check-c++1z reveals some fallout > because we now reject bool++ in C++1z: > https://gcc.gnu.org/ml/gcc-patches/2016-09/msg01460.html > > I hope this patch fixes all of it. > > Bootstrapped/regtested on x

PATCH to fix fallout from recent C++ bool changes

2016-09-22 Thread Marek Polacek
Jason reported that make check-c++1z reveals some fallout because we now reject bool++ in C++1z: https://gcc.gnu.org/ml/gcc-patches/2016-09/msg01460.html I hope this patch fixes all of it. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2016-09-22 Marek Polacek * c-c++-common/g