This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6bd409cfc83 c++: abbreviated function template return type rewriting [PR98990] new a505fad4dd4 analyzer: eliminate dedupe_candidate [PR96374] new 2fbed0dc6c4 libgo: ensure memmove, memset 8 byte atomicity on ppc64x
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/analyzer/diagnostic-manager.cc | 350 ++++++++++++++++++++++--------------- gcc/analyzer/diagnostic-manager.h | 44 ++--- gcc/analyzer/engine.cc | 55 +++--- gcc/analyzer/exploded-graph.h | 1 - gcc/go/gofrontend/MERGE | 2 +- libgo/Makefile.am | 1 + libgo/Makefile.in | 9 +- libgo/go/runtime/stubs.go | 2 - libgo/runtime/go-memclr.c | 45 ++++- libgo/runtime/go-memmove.c | 89 ++++++++++ libgo/runtime/runtime.h | 3 +- 11 files changed, 388 insertions(+), 213 deletions(-) create mode 100644 libgo/runtime/go-memmove.c