This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/rust/master in repository gcc.
from 64c7a90934f Merge #1510 new 32be5443e30 macros: Handle matchers properly in repetitions new be5e11036ef Merge #1513 new 8dfa9676db0 transcriber: Do not infinite loop if the current parsed nod [...] new b376c0cb37c parser: Parse RangeFullExpr without erroring out new 017be6aeb8f Merge #1515 #1516
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/rust/expand/rust-macro-expand.cc | 22 ++++++++--- gcc/rust/expand/rust-macro-expand.h | 2 +- gcc/rust/parse/rust-parse-impl.h | 6 ++- gcc/testsuite/rust/compile/macro43.rs | 64 +++++++++++++++++++++++++++++++ gcc/testsuite/rust/compile/parse_range.rs | 9 +++++ 5 files changed, 96 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/rust/compile/macro43.rs create mode 100644 gcc/testsuite/rust/compile/parse_range.rs