From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 94C563858CD1; Thu, 29 Jun 2023 15:54:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94C563858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688054069; bh=GSMOsHQOjaWn7xiVJ7MYYWCCjMmCqMd1vke8f/5eZ6g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w+8C3FNplPx7aqDxc/jtkpgukjE67qSB1ulxDW7m85E/X2177xvM2RXgj7mWl3FM4 2xrbVDxUXW3MeWUDOQTEFJOacpWWNnIMs2oeWmtj9JrLODvev9f1XOft1fQtLjkp1D xONBTvhN1RWODvf3ylG4r0UAL1kDFWIu+0StjH9I= 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: Thu, 29 Jun 2023 15:54:28 +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: NEW 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: 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 #8 from Sascha Scandella --- I've tested the proposed solution ... #if !__has_attribute(__init_priority__) || defined __APPLE__ ... and it works as expected. I had also done something similar before, so I wasn't that surprised. Let me know if you need more information from my side. Who will fix the bug? Thank you for your help and support! I appreciate it very much.=