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 4f0a2729d78 Merge #1519 new a4f07c83912 bugfix: initialize slice from array in const context new a876e9e8f0c add testcase to test component_ref and constructor codes in [...] new 8c6b017310e Merge #1522 new bed01725c1c backend: correctly formulate the exit condition ... new 6839ad40eeb testsuite: add loop condition execution test new f03760b98ba Merge #1526 new 908f1e2022c add testcase with struct to test component_ref and construc [...] new f252b409366 Merge #1528
The 8 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/backend/rust-compile-expr.cc | 5 ++- gcc/rust/typecheck/rust-hir-type-check-stmt.cc | 2 +- gcc/testsuite/rust/compile/const6.rs | 4 +++ gcc/testsuite/rust/compile/const7.rs | 12 +++++++ gcc/testsuite/rust/compile/const8.rs | 40 ++++++++++++++++++++++ .../rust/execute/torture/loop-condition-eval.rs | 21 ++++++++++++ 6 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/rust/compile/const6.rs create mode 100644 gcc/testsuite/rust/compile/const7.rs create mode 100644 gcc/testsuite/rust/compile/const8.rs create mode 100644 gcc/testsuite/rust/execute/torture/loop-condition-eval.rs