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 f252b409366 Merge #1528 new 53f4a8601c1 Static Items must be const evaluated new 6b6a1c70f47 Statics are a coercion site new a6bb21fca5b remove bad assertion new 5f01d6c5373 Add testcase for const-eval issue from rust-blog new 6da3cab7b0a Merge #1541
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/backend/rust-compile-item.cc | 7 ++++++- gcc/rust/backend/rust-tree.cc | 7 ++++--- gcc/rust/typecheck/rust-hir-type-check-toplevel.cc | 10 +++++----- gcc/testsuite/rust/compile/rust-const-blog-issue.rs | 12 ++++++++++++ 4 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/rust/compile/rust-const-blog-issue.rs