From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C08333857017; Tue, 16 May 2023 19:37:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C08333857017 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684265829; bh=poV4ZaNCsqORzLRCv4bV8wZwQAeyGZCVl5hMF0wCudA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yHI8PlSSsg2hqk4aRd+39qQHF+FE9sWu4c7BovcSBibMH/RGIUAZu5Q7uZ6Zy98jF 147aUDu+DjOcGfQRm59ktVLHeZmSg6Rk4/rxVCLdGx5Qna+64v4yHGiS/cz1+SOK89 8Ast/zYQm6tRHIgwzp0duaD3N8z1TDaIac31LHJY= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109877] Support for clang-style attributes is needed to parse Darwin SDK headers properly Date: Tue, 16 May 2023 19:37:09 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: iains at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked assigned_to bug_status everconfirmed bug_severity cf_reconfirmed_on 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=3D109877 Iain Sandoe changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |90709 Assignee|unassigned at gcc dot gnu.org |iains at gcc dot gn= u.org Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Severity|normal |enhancement Last reconfirmed| |2023-05-16 --- Comment #1 from Iain Sandoe --- I have a working draft for c-family (I do not know if D and M2 are interest= ed in attributes) Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D90709 [Bug 90709] [meta-bug] GNU Objective C (C++) cannot consume current headers= on Darwin platforms.=