Re: [PATCH] Call toplev::finalize in CHECKING_P mode.

2021-04-21 Thread Jeff Law via Gcc-patches
On 4/21/2021 1:28 AM, Martin Liška wrote: Hi. The sanity check calls toplev.finalize () in order to simulate JIT mode in normal compilation mode. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: PR

[PATCH] Call toplev::finalize in CHECKING_P mode.

2021-04-21 Thread Martin Liška
Hi. The sanity check calls toplev.finalize () in order to simulate JIT mode in normal compilation mode. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: PR jit/98615 * main.c (main): Call