From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B9C13858C53; Thu, 9 Feb 2023 03:59:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B9C13858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675915194; bh=Dx8TClbIyG3i8sbMfqeIiQbxjF/dUN+B/srrKToIabU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ouDkPFzjpS4rMfWqcLM1suQwLAr0pbFBXOJ2VI2lBflCvFOlCBinFo1c/WRkkLJ5b mU9Mci68BSHA+I3BsVKRNz8ptkQI/0PIBOJwylgedaTnh1aZcQ4ocBxZBPobn+/b1q p3o5/7TVVPJPqk+Gj5SRZYjYcWk3LD7ARGcIFR7Q= From: "rmclure at linux dot ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108734] powerpc: False Detection of __atomic_*_8 Builtins Date: Thu, 09 Feb 2023 03:59:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rmclure at linux dot ibm.com X-Bugzilla-Status: UNCONFIRMED 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=3D108734 --- Comment #2 from Rohan McLure --- The issue here is less that I don't have access to the symbol __atomic_stor= e_8, it's that the preprocessor directive __has_builtin appears to false positiv= e.=