Re: [PATCH] tree-optimization/108691 - remove trigger-happy assert

2023-02-21 Thread Jakub Jelinek via Gcc-patches
On Tue, Feb 21, 2023 at 01:47:59PM +0100, Richard Biener wrote: > The following gets rid of the idea that we should prevent setjmp > like calls from popping up in uncontrolled way in the IL for now. > The solution is probably to handle it similar as noreturn has > the ctrl-altering flag on stmts, b

[PATCH] tree-optimization/108691 - remove trigger-happy assert

2023-02-21 Thread Richard Biener via Gcc-patches
The following gets rid of the idea that we should prevent setjmp like calls from popping up in uncontrolled way in the IL for now. The solution is probably to handle it similar as noreturn has the ctrl-altering flag on stmts, but use another flag, for example ctrl-receiving which would also make su