]> git.ipfire.org Git - thirdparty/gcc.git/commit
Scaffolding parse_reg
authorjjasmine <tanghocle456@gmail.com>
Fri, 24 May 2024 22:18:45 +0000 (15:18 -0700)
committerCohenArthur <arthur.cohen@embecosm.com>
Thu, 13 Jun 2024 15:31:07 +0000 (15:31 +0000)
commit387917381a467b50943d989669a206cea7fe02cc
tree3b92a7b45fcb8b96264284bd5eebb1926533ebc9
parent24fa822edf4a89c1fd272ef931c033958c5ca955
Scaffolding parse_reg

gcc/rust/ChangeLog:

* ast/rust-expr.h (struct InlineAsmRegOrRegClass):
Scaffolding parse_reg
* expand/rust-macro-builtins-asm.cc (parse_reg): Likewise.
(parse_operand): Likewise.
(parseAsmArg): Likewise.
gcc/rust/ast/rust-expr.h
gcc/rust/checks/errors/borrowck/ffi-polonius/Cargo.lock [new file with mode: 0644]
gcc/rust/expand/rust-macro-builtins-asm.cc