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 9d81164aa04 Merge #1295 new 46e248fb7fe rust/lex: skip broken string expression ... new ab0f9f9e1b9 docker: Fix GCCRS_BUILD info new 8f47bc322cc Merge #1299 #1300 new 188dd737559 rust/intrinsic: add a basic size check for transmute new e6d32d59f1e Merge #1298
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: Dockerfile | 4 +-- gcc/rust/backend/rust-compile-intrinsic.cc | 32 ++++++++++++++++++++++ gcc/rust/hir/tree/rust-hir-type.h | 5 +--- gcc/rust/lex/rust-lex.cc | 32 ++++++++++++++++++++++ gcc/rust/lex/rust-lex.h | 1 + gcc/rust/parse/rust-parse-impl.h | 3 +- .../rust/compile/torture/check-doc-attr-string.rs | 13 +++++++++ .../rust/compile/torture/transmute-size-check-1.rs | 11 ++++++++ .../compile/torture/very-broken-attr-string.rs | 3 ++ 9 files changed, 96 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/rust/compile/torture/check-doc-attr-string.rs create mode 100644 gcc/testsuite/rust/compile/torture/transmute-size-check-1.rs create mode 100644 gcc/testsuite/rust/compile/torture/very-broken-attr-string.rs