https://gcc.gnu.org/g:b16b0a7ae8e40064b7b40cb246bbc66fe846d139

commit r16-65-gb16b0a7ae8e40064b7b40cb246bbc66fe846d139
Author: Andreas Schwab <sch...@linux-m68k.org>
Date:   Fri Apr 18 18:09:22 2025 +0200

    libstdc++: Finalize GCC 15 ABI
    
    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.

Diff:
---
 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 1b4044c95188..90cda2fbca83 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)

Reply via email to