]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Got AST::Fragment to be created from InlineAsm
authorjjasmine <tanghocle456@gmail.com>
Wed, 29 May 2024 04:56:19 +0000 (21:56 -0700)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:43 +0000 (16:35 +0100)
commit256bb62f995625ff32748e479b371c20082189ba
treefcbee9189caa2ed95855d87e9f5272eaef8aa824
parent5d2d1a2d9818bcde16e0c41df450e2537fb1fee4
gccrs: Got AST::Fragment to be created from InlineAsm

gcc/rust/ChangeLog:

* ast/rust-expr.h (struct AnonConst):
Got AST::Fragment to be created from InlineAsm.
(struct InlineAsmOperand): Likewise.
(class InlineAsm): Likewise.
* expand/rust-macro-builtins-asm.cc (parse_reg_operand): Likewise.
(parse_asm): likewise
gcc/rust/ast/rust-expr.h
gcc/rust/expand/rust-macro-builtins-asm.cc