Re: [PATCH] PCH: Make the save and restore diagnostics more robust.

2021-11-15 Thread Jeff Law via Gcc-patches
On 11/13/2021 6:10 AM, Iain Sandoe via Gcc-patches wrote: When saving, if we cannot obtain a suitable memory segment there is no point in continuing, so exit with an error. When reading in the PCH, we have a situation that the read-in data will replace the line tables used by the diagnostics

[PATCH] PCH: Make the save and restore diagnostics more robust.

2021-11-13 Thread Iain Sandoe via Gcc-patches
When saving, if we cannot obtain a suitable memory segment there is no point in continuing, so exit with an error. When reading in the PCH, we have a situation that the read-in data will replace the line tables used by the diagnostics output. However, the state of the read-in line tables is indete