From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 831763858D3C; Thu, 11 Apr 2024 11:47:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 831763858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712836020; bh=EooiXG6eu4vCDulbvFCWsEm6URU4RQ/NwqiD63BgVPo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=REBasQR5l5+N7ceVZO6zGUtqfvPjwFMhVksgF+a1+nIGEKxgq0Ix88DyRn7+2lv4Z 3ua2n1SF7iIdJMAD2PQhsPnkqKKrU57Miiah/5b1tWgiw07S06qrzQ9YnAPjkPHa+T FfDaj4qR7K56Wq6Fd93OWHsJbzg8WU9aJygxX1B8= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/114692] [14 Regression] Symbol versioning problem in GCC 14 libstdc++.so.6 Date: Thu, 11 Apr 2024 11:46:59 +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: 14.0 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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=3D114692 --- Comment #8 from Jakub Jelinek --- (In reply to Jakub Jelinek from comment #7) > (In reply to Jonathan Wakely from comment #4) > > This were added by r13-7320-g0d5a359140503d which is in 13.2 :-( >=20 > Oops, guess too late then for those. We'll need to consider 13.2 as a fu= zzy > snapshot in between 13.1 and 13.3 then GCC 13.1 was April 26th and didn't contain any GLIBCXX_3.4.32 I think; then I've committed r13-7287 on April 28th, which added _ZSt21ios_base_library_initv, that was intentionally in a symver shared both by 13.2 and 14.1 then you've committed r13-7320 backport which added those 2 _S_allocate sym= bols (with 3 size_t variants); and then 13.2 released on July 27th So, the only bug is the _ZNKSt12__basic_fileI[cw]E13native_handleEv; Though, surprisingly, the gnu.ver side says both Ic and Iw, while the baseline_symbols.txt updates clearly indicate that only the Ic version is exported.=