Re: [C++ PATCH] Fix constexpr switch handling (PR c++/77467, take 2)

2016-09-28 Thread Jason Merrill
OK, thanks. Jason

[C++ PATCH] Fix constexpr switch handling (PR c++/77467, take 2)

2016-09-20 Thread Jakub Jelinek
On Mon, Sep 19, 2016 at 02:34:17PM -0400, Jason Merrill wrote: > > For STATEMENT_LIST that is called by cxx_eval_constant_expression, > > for BIND_EXPR if we are lucky enough that BIND_EXPR_BODY is a STATEMENT_LIST > > too (otherwise I assume even my patch doesn't fix it, it would need to > > verif