public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jonathan Wakely <redi@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r14-1613] libstdc++: Restore accidentally removed version in abi-check
Date: Wed,  7 Jun 2023 15:52:39 +0000 (GMT)	[thread overview]
Message-ID: <20230607155239.A1FF93857011@sourceware.org> (raw)

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");

                 reply	other threads:[~2023-06-07 15:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230607155239.A1FF93857011@sourceware.org \
    --to=redi@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).