From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 90D0F385841A; Wed, 19 Jul 2023 19:36:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90D0F385841A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689795368; bh=IHfxAb1Op2FRPTDO+eu3zhubjuU2Mf11xmDgCNR4XCo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BIoPUUDStmIl1WcIvIYVL39hhGEAKnIEKT5bKpN9zktyyU7nmNhzHnSd6SpNmz0km SoLlSRmgeIDN3/sFVKD6+iJmAB/+s/PSXPRuQFHidwKcAGWruw0m1ug96UoV+Dr8qx ymv3H1a/LcGmGn8nMbOKLeMMamagLboi3lVVcpI0= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/110432] macOS: Segmentation fault when using stdlibc++ from gcc 13.1 in combination with clang-16 Date: Wed, 19 Jul 2023 19:36:08 +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.1.0 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D110432 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #17 from Jonathan Wakely --- The fix has been backported to gcc-13 now. There should be a release candid= ate for 13.2 in the next day or so, please try it out on macOS to make sure the= fix works.=