On Sat, 19 Apr 2025 at 13:12, Andreas Schwab <sch...@linux-m68k.org> wrote: > > Disallow adding new symbols to GLIBCXX_3.4.34 and CXXABI_1.3.16 versions. > > * testsuite/util/testsuite_abi.cc (check_version): Update latestp > to use GLIBCXX_3.4.35 and CXXABI_1.3.17.
OK for trunk, thanks. > --- > libstdc++-v3/testsuite/util/testsuite_abi.cc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.cc > b/libstdc++-v3/testsuite/util/testsuite_abi.cc > index 1b4044c9518..90cda2fbca8 100644 > --- a/libstdc++-v3/testsuite/util/testsuite_abi.cc > +++ b/libstdc++-v3/testsuite/util/testsuite_abi.cc > @@ -258,8 +258,8 @@ check_version(symbol& test, bool added) > test.version_status = symbol::incompatible; > > // Check that added symbols are added in the latest pre-release > version. > - bool latestp = (test.version_name == "GLIBCXX_3.4.34" > - || test.version_name == "CXXABI_1.3.16" > + bool latestp = (test.version_name == "GLIBCXX_3.4.35" > + || test.version_name == "CXXABI_1.3.17" > || test.version_name == "CXXABI_FLOAT128" > || test.version_name == "CXXABI_TM_1"); > if (added && !latestp) > -- > 2.49.0 > > > -- > Andreas Schwab, sch...@linux-m68k.org > GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 > "And now for something completely different."