OK.
On Fri, Mar 3, 2017 at 12:26 AM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > Hi, > > one more case of OVERLOAD filtering to cxx_eval_constant_expression and > causing an ICE. > > In order to have a proper diagnostic early enough I think that in > build_must_not_throw_expr we want to use perform_implicit_conversion_flags > on the condition before calling cxx_constant_value for it. That would be > also analogous to the code we already have in build_noexcept_spec, for > example. Tested x86_64-linux. > > Thanks, Paolo. > > ////////////////////// >