Re: [C PATCH] PR c/98198: ICE-on-invalid-code error recovery.

2022-03-16 Thread Joseph Myers
On Wed, 16 Mar 2022, Roger Sayle wrote: > This is Christophe Lyon's fix to PR c/98198, an ICE-on-invalid-code > regression affecting mainline, and a suitable testcase. > Tested on x86_64-pc-linux-gnu with make bootstrap and make -k check > with no new failures. Ok for mainline? > > > 2022-03-16

[C PATCH] PR c/98198: ICE-on-invalid-code error recovery.

2022-03-16 Thread Roger Sayle
This is Christophe Lyon's fix to PR c/98198, an ICE-on-invalid-code regression affecting mainline, and a suitable testcase. Tested on x86_64-pc-linux-gnu with make bootstrap and make -k check with no new failures. Ok for mainline? 2022-03-16 Christophe Lyon Roger Sayle gcc/c-f