]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Scaffolding code
authorbadumbatish <tanghocle456@gmail.com>
Fri, 5 Jul 2024 17:03:56 +0000 (10:03 -0700)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 19 Mar 2025 14:32:06 +0000 (15:32 +0100)
commitc4e0e96cdc5e7c9ae32bcb55e2907ba8d0fa0407
tree8bb2d7cd3e1bc7158f0b6b1063246533e099bff4
parentd7e88ed1c8d7eaadf6fc8b8f1e554d4fe6312e37
gccrs: Scaffolding code

gcc/rust/ChangeLog:

* backend/rust-compile-asm.cc (CompileAsm::add_stmt):
Scaffolding code.
(CompileAsm::asm_build_asm_stmt): Likewise.
(CompileAsm::asm_build_expr): Likewise.
(CompileAsm::asm_construct_string_tree): Likewise.
* backend/rust-compile-asm.h: Likewise.
* backend/rust-compile-expr.cc (CompileExpr::visit): Likewise.
gcc/rust/backend/rust-compile-asm.cc
gcc/rust/backend/rust-compile-asm.h
gcc/rust/backend/rust-compile-expr.cc