On Feb 04 2025, Jonathan Wakely wrote:

> I think this will cause check-abi failures on risc-v because the new
> symbols are added to CXXABI_1.3.16 but the "latest_p" map says that
> new symbols (i.e. ones not present in the baseline_symbols.txt file)
> should be in CXXABI_1.3.15

There is effectively no change for __riscv with this patch.  latestp
already requires that new symbols are added to CXXABI_1.3.16, since
CXXABI_1.3.15 is finalized for gcc 14.

> So either this needs another change to testsuite_abi.cc (I think I
> gave the required change in the bugzilla PR) or somebody needs to
> regenerate baseline_symbols.txt for risc-v, so that there are no "new"
> symbols.

All other new symbols will be in GLIBCXX_3.4.34 (as required by
latestp), not CXXABI_1.3.16.

-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to