From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 717F53858C27; Tue, 28 Feb 2023 13:36:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 717F53858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677591386; bh=tK1Zaz2BSy3grUchRAuD9prERdCsSGpzTisFy7oOMcs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H8kyhIX3f1sO3OMGaVpTmNNZ25nWM7zHJ75VG/zVkNkMk3YlYtJsshtAEojUGa2pF O8Ilrjv7/lqjSlzy/GKlykwr3ovxKnmosTQQbrV/1FsNmek6iBZsE/iq6ra3Lbz3IB E0mthCAd6KXDGtgYx2vN0TptOjnF+8RmiysFvsfI= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108969] [13 Regression] Initializing iostreams in the library needs a GLIBCXX_3.4.31 versioned symbol Date: Tue, 28 Feb 2023 13:36:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108969 --- Comment #7 from Jonathan Wakely --- I think they're exported correctly with both versions: $ nm -D --defined-only src/.libs/libstdc++.so.6.0.31 | grep '_ZSt[345]c' 000000000025d7a0 B _ZSt3cin@@GLIBCXX_3.4 000000000025d7a0 B _ZSt3cin@@GLIBCXX_3.4.31 000000000025d560 B _ZSt4cerr@@GLIBCXX_3.4 000000000025d560 B _ZSt4cerr@@GLIBCXX_3.4.31 000000000025d440 B _ZSt4clog@@GLIBCXX_3.4 000000000025d440 B _ZSt4clog@@GLIBCXX_3.4.31 000000000025d680 B _ZSt4cout@@GLIBCXX_3.4.31 000000000025d680 B _ZSt4cout@@GLIBCXX_3.4 But Florian's right, they're in the .a too.=