From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A147385843A; Tue, 16 May 2023 19:39:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A147385843A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684265948; bh=gRzF7v/rP5WO3a6A913PP2YnYYHXhtGn3Dvh1Y6bCiw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T24BrINPXoc/svNrks9Txp9tafmalXEG9eQqpuhMq1Yh0zZWV5UiynFWJJ4iDQIgk EGXUcvzMj8Ea71eK1hZkbj5kS30eL/hrx7KzAAdTBpCIy6MX/psdZzNNCxWDfhNIng z2CfboZ8PudWA4pTRSNm3EgDvBmRJmXXUm2YkYEk= From: "pinskia 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:39:08 +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: pinskia 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: 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 --- Comment #2 from Andrew Pinski --- This style of attributes is bad. Because the GNU style attribute is just token(expression,expression,expression) it seems odd that they added these = kind of attributes without thinking maybe it would be rejected somewhere else.=