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 021e4953390 Merge #1465 #1467 new f68ecc7e591 intrinsics: Add copy_nonoverlapping<T> new 4665766d3cc Merge #1459
The 2 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-builtins.h | 8 +++ gcc/rust/backend/rust-compile-intrinsic.cc | 73 +++++++++++++++++++++- .../rust/execute/torture/copy_nonoverlapping1.rs | 17 +++++ 3 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/rust/execute/torture/copy_nonoverlapping1.rs