]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/util/testsuite_abi.cc
libstdc++/68297 avoid throw/catch in make_exception_ptr
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / util / testsuite_abi.cc
index 90013454ba901dbdf07575beb202ff0989df9de8..5174a7f0d9340044b175ba4a5381a7a7f000423e 100644 (file)
@@ -216,6 +216,7 @@ check_version(symbol& test, bool added)
       known_versions.push_back("CXXABI_1.3.8");
       known_versions.push_back("CXXABI_1.3.9");
       known_versions.push_back("CXXABI_1.3.10");
+      known_versions.push_back("CXXABI_1.3.11");
       known_versions.push_back("CXXABI_TM_1");
       known_versions.push_back("CXXABI_FLOAT128");
     }
@@ -234,7 +235,7 @@ check_version(symbol& test, bool added)
 
       // Check that added symbols are added in the latest pre-release version.
       bool latestp = (test.version_name == "GLIBCXX_3.4.23"
-                    || test.version_name == "CXXABI_1.3.10"
+                    || test.version_name == "CXXABI_1.3.11"
                     || test.version_name == "CXXABI_FLOAT128"
                     || test.version_name == "CXXABI_TM_1");
       if (added && !latestp)