From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95CA23858CDA; Mon, 5 Feb 2024 17:39:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95CA23858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707154741; bh=XtPDxBJz498lF0cZXOkhNgsl7/PzjUnSqc6uB6YE978=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mJQHeY8qQfiRsidGh1LjM4d8k02FZJnKHW9lJQA/n2yLx8j6hhHFAjX7IRHlV3bwD p5k4oIGQbuGLVMEHFPW0yIcHoI2AMQFeb1RhJGjVQQakaQkoTvZvO6Ah2dWu//pyL4 hwHCCyQcXM+FapYsGb0kh96nXYeSqfgjFudNpiBU= From: "ibuclaw at gdcproject dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/113772] [14 Regression] atomic.d compile error since recent upstream imports. Date: Mon, 05 Feb 2024 17:39:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: ibuclaw at gdcproject dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot 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=3D113772 --- Comment #1 from Iain Buclaw --- Isn't __atomic_is_lock_free tied to the __GCC_ATOMIC_XXX_T_LOCK_FREE macros= ?=