From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D90F03858D38; Fri, 1 Dec 2023 05:51:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D90F03858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701409884; bh=LPnBZBcE4gIk2kLDjgXNl/7KsmXdjAQPUnoO5k7mYOE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i7xiwMPRD0QMJi4p60SlppoYap4wnfAo0cxVD/ueF7/fC84uPxJ6YpTkUvU7zSqRO aQ7HqhlAl8sBTy/YsApxEZEwfuewzzcQVbJ6026fiJy93kqLBI+0t8WCTJ3umdnNzr FnEZpGEPDIh5rui8rDi43+Cqwp+UX9SmiGOydDfo= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110734] Attributes cannot be applied to asm declaration Date: Fri, 01 Dec 2023 05:51:24 +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: 13.2.0 X-Bugzilla-Keywords: diagnostic, inline-asm X-Bugzilla-Severity: enhancement X-Bugzilla-Who: xry111 at gcc dot gnu.org X-Bugzilla-Status: NEW 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: short_desc bug_status 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=3D110734 Xi Ruoyao changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Attributes cannot be |Attributes cannot be |applied to asm statements |applied to asm declaration Status|WAITING |NEW --- Comment #15 from Xi Ruoyao --- Alright, this is a C++ issue and I mistakenly assumed it was C.=