From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C4C23858CDB; Thu, 11 Apr 2024 11:37:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C4C23858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712835426; bh=8goAl5OgNTVB3Xr6HwqY7GF2sDDxx5z9urZVAj1msPM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QY+uSTJpvnmdBtwhPbR3rG9F5hzI3bnf4Aj2et0qlS5mRwnSW8m9eUCWX6BRikwcS kzh50KCRr5rq/0lw9u4mkvZzeFrllrmQPQhsY/j9ERNVQzDSdbzc4yjaNGlz4/Vdn9 O6o42zPpogETHIOncGvf2gAwTK26n3pCQvT9P8m8= 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:37:05 +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 #7 from Jakub Jelinek --- (In reply to Jonathan Wakely from comment #4) > This were added by r13-7320-g0d5a359140503d which is in 13.2 :-( Oops, guess too late then for those. We'll need to consider 13.2 as a fuzzy snapshot in between 13.1 and 13.3 then=