From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C954A3858D34; Thu, 22 Feb 2024 08:48:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C954A3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708591705; bh=RqducP5PSgeEv8bC2dC4V2HopPTaf6SWYynQnESa2Ts=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MBgvY5+GsDe3ISWjeWrDpjlbH4tMUxXwuUCfmOMF3mflDLqScbJyKlOu3Snr6W6Jh cvJB2XqHiykGN9/C7dgEx8vHA7YMIKeehtCC7tirv/6rVRrkXcfvPkOA0Wo+ZxJX6B 0OxUdG9jiHHeErgKrzAkBLEhfSazh2YhbaShZO/I= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/114007] gcc chokes on __has_cpp_attribute(clang::unsafe_buffer_usage) Date: Thu, 22 Feb 2024 08:48:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.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=3D114007 --- Comment #18 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #17 from Jakub Jelinek --- > Created attachment 57483 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57483&action=3Dedit > gcc14-pr114007.patch > > So far very lightly tested fix. Thanks a lot for the patch. I've now re-bootstrapped trunk on macOS 14 with it applied instead of the local (incomplete) workaround. With one unrelated exception +FAIL: gcc.dg/framework-1.c (test for excess errors) test results with Xcode 15.1 and 15.3 beta 3 are now identical.=