From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 00C1E3857346; Tue, 5 Dec 2023 17:03:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00C1E3857346 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701795820; bh=BBLnkg87tX0E3easjWYe55EQwhfp1crrHof2xh5LkGs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JBKPkpwQk27FoG6hs120f4rTQuXrdl7RcoWdE3oX3qpy0h8MqowcWfmVYFNlWKr1B Ulf7F32YLwoEVar5rvFEu8r9FzzaUqryYfwGHy1qT9tj1nXuKEbjcfAu8q2rS0vmNw SeBdZDZwEYSC7hUv/yRD3Bkh8Qofr59Xo1RVYIzk= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110734] Attributes cannot be applied to asm declaration Date: Tue, 05 Dec 2023 17:03:39 +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: jakub 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: 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 #22 from Jakub Jelinek --- DR now implemented for GCC 12 (but gnu::no_reorder support for namespace sc= ope asms would be more work; I think we don't reorder toplevel asms anyway).=