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 490aa25d556 Merge #1608 new 6304177c2b5 builtins: Rename all bang macro handlers new 6c7841a3ac5 Merge #1613 new 83e5265d6af intrinsics: Add `sorry_handler` intrinsic handler new 0cf743d57fc Merge #1614
The 4 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-intrinsic.cc | 10 +++++ gcc/rust/expand/rust-macro-builtins.cc | 25 +++++++----- gcc/rust/expand/rust-macro-builtins.h | 47 ++++++++++------------ gcc/rust/util/rust-hir-map.cc | 22 +++++----- gcc/testsuite/rust/compile/torture/intrinsics-3.rs | 9 +++++ 5 files changed, 66 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/rust/compile/torture/intrinsics-3.rs