Re: [C++ PATCH] Fix ICE when dumping VEC_COND_EXPR (PR c++/80363)

2017-04-11 Thread Richard Biener
On Mon, Apr 10, 2017 at 10:34 PM, Jakub Jelinek wrote: > Hi! > > The following testcase emits vec_cond_expr not supported by dump_expr > inside of error message. > > Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, > ok for trunk? Ok. Richard. > 2017-04-10 Jakub Jelinek >

[C++ PATCH] Fix ICE when dumping VEC_COND_EXPR (PR c++/80363)

2017-04-10 Thread Jakub Jelinek
Hi! The following testcase emits vec_cond_expr not supported by dump_expr inside of error message. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2017-04-10 Jakub Jelinek PR c++/80363 * error.c (dump_expr): Handle VEC_COND_EXPR like COND_EX