Re: [PATCH] PR c++/84964: Middle-end patch to expand_call for ICE after sorry.

2022-03-10 Thread Jason Merrill via Gcc-patches
On 2/28/22 03:52, Roger Sayle wrote: This patch resolves PR c++/84964 which is an ICE in the middle-end after emitting a "sorry, unimplemented" message, and is a regression from earlier releases of GCC. This issue is that after encountering a function call requiring an unreasonable amount of

[PATCH] PR c++/84964: Middle-end patch to expand_call for ICE after sorry.

2022-02-27 Thread Roger Sayle
This patch resolves PR c++/84964 which is an ICE in the middle-end after emitting a "sorry, unimplemented" message, and is a regression from earlier releases of GCC. This issue is that after encountering a function call requiring an unreasonable amount of stack space, the code continues and