public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "redi at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/108882] [13 Regression] Wrong symver on 4 new libstdc++ symbols on ppc64le
Date: Tue, 07 Mar 2023 18:49:34 +0000	[thread overview]
Message-ID: <bug-108882-4-TFihTyzpdu@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-108882-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108882

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Gah, I pushed the wrong patch. It needs this correction:

--- a/libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver
+++ b/libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver
@@ -53,8 +53,8 @@ GLIBCXX_IEEE128_3.4.30 {
 GLIBCXX_IEEE128_3.4.31 {
   _ZSt15__try_use_facetINSt17__gnu_cxx_ieee1287num_get*;
   _ZSt15__try_use_facetINSt17__gnu_cxx_ieee1287num_put*;
-  _ZSt15__try_use_facetINSt17__gnu_cxx_ieee1289money_get*;
-  _ZSt15__try_use_facetINSt17__gnu_cxx_ieee1289money_put*;
+  _ZSt15__try_use_facetINSt19__gnu_cxx11_ieee1289money_get*;
+  _ZSt15__try_use_facetINSt19__gnu_cxx11_ieee1289money_put*;
  
_ZNSt19__gnu_cxx11_ieee1289money_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE2idE;
  
_ZNSt19__gnu_cxx11_ieee1289money_putI[cw]St19ostreambuf_iteratorI[cw]St11char_traitsI[cw]EEE2idE;
 } GLIBCXX_3.4.31;

  parent reply	other threads:[~2023-03-07 18:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-22  9:35 [Bug libstdc++/108882] New: " jakub at gcc dot gnu.org
2023-02-22  9:35 ` [Bug libstdc++/108882] " jakub at gcc dot gnu.org
2023-02-22 11:42 ` redi at gcc dot gnu.org
2023-03-07 17:35 ` cvs-commit at gcc dot gnu.org
2023-03-07 17:49 ` redi at gcc dot gnu.org
2023-03-07 18:49 ` redi at gcc dot gnu.org [this message]
2023-03-09 16:12 ` cvs-commit at gcc dot gnu.org
2023-03-10 18:16 ` jakub at gcc dot gnu.org

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=bug-108882-4-TFihTyzpdu@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).