]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: Introduced is_global_asm to InlineAsm AST
authorjjasmine <tanghocle456@gmail.com>
Tue, 21 May 2024 21:53:52 +0000 (14:53 -0700)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:37 +0000 (16:35 +0100)
gcc/rust/ChangeLog:

* ast/rust-expr.h: Introduced is_global_asm to InlineAsm AST

gcc/rust/ast/rust-expr.h

index a5afbffee99be6d1467dc72c5a1fd0a6de20685d..84fb5e8ab3372b697bf46e641721fb48563af3f9 100644 (file)
@@ -4841,6 +4841,7 @@ public:
   TupleClobber clobber_abi;
   InlineAsmOptions options;
   std::vector<location_t> line_spans;
+  bool is_global_asm;
 };
 
 } // namespace AST