From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 20FEF3858C62; Thu, 22 Feb 2024 09:52:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20FEF3858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708595540; bh=0gefMnSWn9Ocjjozc+cELL6QsnG1g1oBafU/y1xI6uY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FCf7MGPE4ZWWowXDEDJxWT1mvGyQtEcY8PoFa7c1gYdfu2RBhxyjpLNkaVt0qcUM+ XZ0N1I5mdxxFTa9szZrm+crDjHzqlJrk7Rwo9pS73RWUENFFWZz+8eO7mvHst3dRl6 3H3f8Jk16AY9/qF8WEwQUxZ/AiP5Svv1GLF0VV1E= From: "iains at gcc dot gnu.org" 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 09:52:19 +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: iains at gcc dot gnu.org 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 #22 from Iain Sandoe --- (In reply to ro@CeBiTec.Uni-Bielefeld.DE from comment #21) > > --- Comment #19 from fxcoudert at gmail dot com --- > The only issue left (the gcc.dg/framework-1.c failure) so far seems to > be an issue with gcc not setting include paths correctly for frameworks. Please raise a separate BZ for that - it's a bit surprising (I would have expected more fails if that was not working).=