This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 016080e3e9a libgo: build roots index to speed up bulkBarrierPreWrite new 3c7c00146f0 PR ada/81103 * terminals.c: Do not include termio.h. new ec22739443d * Makefile.rtl (arm% linux-gnueabi%): Always set EH_MECHAN [...] new f1bac0a0bb6 PR target/86812 * config/visium/visium.c (TARGET_HAVE_SPE [...] new 423c6e0d58f runtime: avoid write barriers with traceback info new 6fa886d2fa0 compiler: implement //go:nowritebarrierrec
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: gcc/ChangeLog | 5 ++ gcc/ada/ChangeLog | 11 ++- gcc/ada/Makefile.rtl | 7 +- gcc/ada/terminals.c | 9 --- gcc/config/visium/visium.c | 27 ++++--- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/gogo.h | 3 + gcc/go/gofrontend/lex.cc | 8 +- gcc/go/gofrontend/lex.h | 8 +- gcc/go/gofrontend/parse.cc | 5 +- gcc/go/gofrontend/wb.cc | 156 ++++++++++++++++++++++++++++++++++-- libgo/go/runtime/proc.go | 4 +- libgo/go/runtime/runtime2.go | 2 +- libgo/go/runtime/trace.go | 4 +- libgo/go/runtime/traceback_gccgo.go | 4 +- libgo/runtime/proc.c | 10 +-- 16 files changed, 213 insertions(+), 52 deletions(-)