From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CDF263858C29; Mon, 5 Feb 2024 18:31:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDF263858C29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707157861; bh=OLpbYYVg77nMSAlKge1NPcTwcelv4mSyFcCF9YHEhk0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BSAQWJehRrVor/OBb00rRCBqKKXVH8g4Aksu5MhXAiSpJdVSLcdfyCvwYVDic+qFm 0spECYEUHK7pU+0q+zq65CmgfNxxFsN9GpstMpZvFEjVAIVhzxmvkY+VJXJklaw4x0 xvBWi0l5pD10BQ3WjdHs3UWTEqfSjkTMUuD5K4Ts= 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 18:31: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: attachments.created 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 #8 from Iain Buclaw --- Created attachment 57329 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57329&action=3Dedit The quick fix to the lock-free test The immediate thing that can be changed is turning the test into a `__traits(compiles)` one, which would turn the error into a `false` value.=