From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7DF393858C66; Thu, 11 Apr 2024 11:20:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7DF393858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712834422; bh=fRzEYgsbftOB+qk2ql/eTMhDensqKzo1OMEtjTjIRjs=; h=From:To:Subject:Date:From; b=fFXIHh/vbYm9Au327IvAPXP336HeOdDQCoFiCklWSqPSnWQ30lzYGGsh6jFHSP7+N aoh4Fc0CFFCc9jXBTQN+BeM58rggxkiSMptVjCHSuQ+8IcIXH8fuIg2rF4qiuEWcUQ b70wDPRA/1AbAz9kZf2RBa1+81J/+o/HVGMwdkMs= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/114692] New: [14 Regression] Symbol versioning problem in GCC 14 libstdc++.so.6 Date: Thu, 11 Apr 2024 11:20:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 Bug ID: 114692 Summary: [14 Regression] Symbol versioning problem in GCC 14 libstdc++.so.6 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org Target Milestone: --- I was just updating libstdc++ baseline_symbols.txt files from latest Fedora, but seems we have a major issue. While the CXXABI_1.3.15 symver is really new in GCC 14 and got one symbol, I think GCC 13.1 shipped with GLIBCXX_3.4.31 as latest symver, but then we applied PR108969 fix for 13.2 and added one symbol to GLIBCXX_3.4.32 - _ZSt21ios_base_library_initv. But new symbols for GCC 14 should have been therefore added to GLIBCXX_3.4.= 33, but they were actually added to GLIBCXX_3.4.32 which already shipped in GCC 13.2: _ZNKSt12__basic_fileIcE13native_handleEv@@GLIBCXX_3.4.32 _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE11_S_allocateERS3_m@@G= LIBCXX_3.4.32 _ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE11_S_allocateERS3_m@@G= LIBCXX_3.4.32 (or s/m@/j@/ or s/m@/y@/).=