From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED6003858C00; Sat, 1 Jul 2023 14:11:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED6003858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688220664; bh=80sRKn2o0XIQNbDF1UXJGburgnV06SBMXJzZ0p7cCXQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZMNgz8AFZr+O5t0TorZ69Lr6zB4Yhlvs7NdxRTmTKI64DHH8NbKebmkl8TrKasuNV L3mZew6Gi7Q2tCSJL6X6MZR816gRHhuaouDcCmsPqeILGp2bX6KnPm5Fga+x6/Lkbs 8ZBN6vgAFGP4ZvJnnwUjtBjlJPlgIib+AaH+W7aA= From: "sascha.scandella at dentsplysirona dot com" 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: Sat, 01 Jul 2023 14:11:03 +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: sascha.scandella at dentsplysirona dot com 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.2 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=3D110432 --- Comment #15 from Sascha Scandella --- For Darwin and GCC 13.1 I've openend a PR with the band-aid fix as proposed= by Jonathan. https://github.com/Homebrew/homebrew-core/pull/135530=