Re: C++ PATCH for c++/89876 - ICE with deprecated conversion

2019-03-29 Thread Jason Merrill
On Fri, Mar 29, 2019 at 11:31 AM Marek Polacek wrote: > > Here a missing guard caused the usual "Error reporting routines re-entered." > > Bootstrapped/regtested on x86_64-linux, ok for trunk? > > 2019-03-29 Marek Polacek > > PR c++/89876 - ICE with deprecated conversion. > * ca

C++ PATCH for c++/89876 - ICE with deprecated conversion

2019-03-29 Thread Marek Polacek
Here a missing guard caused the usual "Error reporting routines re-entered." Bootstrapped/regtested on x86_64-linux, ok for trunk? 2019-03-29 Marek Polacek PR c++/89876 - ICE with deprecated conversion. * call.c (convert_like_real): Only give warnings with tf_warning.