Hi Jason Jason Merrill via Gcc-patches <gcc-patches@gcc.gnu.org> wrote:
We were crashing trying to find the CALL_EXPR in the result of a call to a consteval operator. Tested x86_64-pc-linux-gnu, applying to trunk. gcc/cp/ChangeLog: * call.c (build_new_op_1): Don't look for a CALL_EXPR when
I suspect that this fixes PR 95510 (checked, thanks!) and 95629 (not checked).
Iain