From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DFD273858C31; Wed, 29 Nov 2023 10:47:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFD273858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701254858; bh=9/Zr/voDxxIwPdPViPJJQlAM/SHdxPJ8rmaIL8nfo5Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uQow5MOeAgOh9gzR2Ds7VYOLaSrK6ZW3cp4+zTOc8pu/CQmk+hFRK8efkGQOYCDcd UliWf3dF38dcy+7Kks0o2FbEDK6iUDyHw/ssT0a7Qhxj3s/WB7C+necOun/w3Gdk6Y NlihmV1HKM1svpFyBdJPrCAeYEmFKNkHJlaJXNm8= From: "tanksherman27 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110734] Attributes cannot be applied to asm statements Date: Wed, 29 Nov 2023 10:47:37 +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.1.1 X-Bugzilla-Keywords: diagnostic, inline-asm X-Bugzilla-Severity: enhancement X-Bugzilla-Who: tanksherman27 at gmail dot com 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: 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 --- Comment #7 from Julian Waters --- I have a new attribute proposed for asm declarations that fixes this issue,= but I need help from reviews to proceed with fixing up the patch properly=