On Wed, 7 Jan 2026 at 15:10, Frank Scheiner <[email protected]> wrote: > > > > On 07.01.26 15:25, Jonathan Wakely wrote: > > On Wed, 7 Jan 2026 at 14:24, Jonathan Wakely <[email protected]> wrote: > >> On Wed, 7 Jan 2026 at 14:18, Frank Scheiner <[email protected]> wrote: > >>> In the following the failing test and the related error/info message > >>> below: > >>> > >>> ``` > >>> FAIL: libstdc++-abi/abi_check > >> > >> You probably need to update the ABI baseline in > >> config/abi/post/ia64-linux-gnu/baseline_symbols.txt > >> > >> Run 'make new-abi-baseline ' in the libstdc++-v3 buid dir, then move > > > > Actually, in the libstdc++-v3/testsuite dir. > > > >> the baseline_symbolds.txt.new file to replace baseline_symbols.txt > > Ok, I have replaced the old file with the new file in > "<GCC_SOURCES_BASE_DIR>/libstdc++-v3/config/abi/post/ia64-linux-gnu/". > > Can I just remake the libstdc++ tests or do I first need to do a new > bootstrap?
You can just do 'make check-abi' in the libstdc++ build dir. It is nly used by the ABI tests, it doesn't affect the build so doesn't need a bootstrap, and it won't affect any other FAILs just the abi_check one.
