This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14d8a5ae472 libstdc++: Add missing std::move to ranges::copy/move/rever [...] new 06d0437d4a5 compiler, runtime: support unsafe.Add and unsafe.Slice
The 1 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/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 227 +++++++++++++++++++++++++++ gcc/go/gofrontend/expressions.h | 4 +- gcc/go/gofrontend/runtime.def | 6 + gcc/go/gofrontend/unsafe.cc | 16 ++ gcc/testsuite/go.test/test/unsafebuiltins.go | 64 ++++++++ libgo/go/runtime/slice.go | 29 ++++ 7 files changed, 346 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/go.test/test/unsafebuiltins.go