]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Introduced is_global_asm to InlineAsm AST
authorjjasmine <tanghocle456@gmail.com>
Tue, 21 May 2024 21:53:52 +0000 (14:53 -0700)
committerCohenArthur <arthur.cohen@embecosm.com>
Thu, 13 Jun 2024 15:31:07 +0000 (15:31 +0000)
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