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 ab9f7f287ef Merge #1379 new 95aa351e657 Support generics in check for valid types in arithmetic exp [...] new d155a54785c Merge #1384 new 4b82481d850 Support aggregate types in transmute new 1347d23e098 Implement AST dump for ArithmeticOrLogicalExpr to fix unreachable new 2ff776d3641 Support ast dump of generic parameters on functions new f51284b5988 Merge #1380 #1381 #1382
The 6 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/ast/rust-ast-dump.cc | 68 ++++++++++++++++++++++++--- gcc/rust/backend/rust-compile-intrinsic.cc | 16 +++++-- gcc/rust/typecheck/rust-hir-type-check-expr.h | 14 ++++-- gcc/testsuite/rust/compile/issue-1383.rs | 8 ++++ 4 files changed, 92 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/rust/compile/issue-1383.rs