public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1613] libstdc++: Restore accidentally removed version in abi-check
@ 2023-06-07 15:52 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-06-07 15:52 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit r14-1613-gb6235dbcfc31434bf3081f3b772dfed96eddd28d
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Jun 7 14:42:26 2023 +0100

    libstdc++: Restore accidentally removed version in abi-check
    
    In r14-1583-g192665feef7129 I meant to add CXXABI_1.3.15 but instead I
    replaced CXXABI_1.3.14 with it. This restores the CXXABI_1.3.14 version.
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/util/testsuite_abi.cc (check_version): Re-add
            CXXABI_1.3.14.

Diff:
---
 libstdc++-v3/testsuite/util/testsuite_abi.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.cc b/libstdc++-v3/testsuite/util/testsuite_abi.cc
index 59615dd701e..b0a628a1553 100644
--- a/libstdc++-v3/testsuite/util/testsuite_abi.cc
+++ b/libstdc++-v3/testsuite/util/testsuite_abi.cc
@@ -233,6 +233,7 @@ check_version(symbol& test, bool added)
       known_versions.push_back("CXXABI_1.3.11");
       known_versions.push_back("CXXABI_1.3.12");
       known_versions.push_back("CXXABI_1.3.13");
+      known_versions.push_back("CXXABI_1.3.14");
       known_versions.push_back("CXXABI_1.3.15");
       known_versions.push_back("CXXABI_IEEE128_1.3.13");
       known_versions.push_back("CXXABI_TM_1");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-07 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-07 15:52 [gcc r14-1613] libstdc++: Restore accidentally removed version in abi-check Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).