Fwd: [Linaro-TCWG-CI] gcc patch #75644: FAIL: 2 regressions

2023-09-11 Thread Jonathan Wakely
I think this is because the patch changes libstdc++-v3/include/bits/version.def which requires version.h to be regenerated, by running 'make update-version' in the objdir/$target/libstdc++-v3/include directory. The patch I sent to gcc-patches (which is archived in patchwork) doesn't have the updat

Re: [Linaro-TCWG-CI] gcc patch #75644: FAIL: 2 regressions

2023-09-11 Thread Jonathan Wakely
On Mon, 11 Sept 2023 at 21:55, Jonathan Wakely wrote: > > I think this is because the patch changes > libstdc++-v3/include/bits/version.def which requires version.h to be > regenerated, by running 'make update-version' in the > objdir/$target/libstdc++-v3/include directory. Alternatively, just ru