This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d2d79c8d9d go.test: update issue4458.go for recent change new 521d2711409 Daily bump. new e41e66b78d4 libbacktrace: handle pc == low correctly new 63cd53d2f5d runtime, net: fix build errors on AIX new fefc2092992 analyzer: use switch in exploded_node::on_stmt new c1c2ccc74cb Add $(ZLIBINC) to CFLAGS-analyzer/engine.o new 1260f69aeb9 syscall: remove ptrace syscall on ppc64 new e884ced0523 syscall: fix TestForeground for AIX new 28d3b78dff5 [testsuite] Add missing require-effective-target alloca new ca52f937fff [nvptx] Handle move from DF subreg to DF reg in nvptx_outpu [...]
The 9 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 | 78 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 1 + gcc/analyzer/ChangeLog | 83 +++++++++++++ gcc/analyzer/engine.cc | 134 ++++++++++++--------- gcc/c-family/ChangeLog | 5 + gcc/config/nvptx/nvptx.c | 7 +- gcc/cp/ChangeLog | 26 ++++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 69 +++++++++++ gcc/testsuite/gcc.dg/Warray-bounds-63.c | 3 +- gcc/testsuite/gcc.dg/Warray-bounds-66.c | 3 +- gcc/testsuite/gcc.dg/atomic/stdatomic-vm.c | 1 + libbacktrace/dwarf.c | 38 ++++-- libgcc/ChangeLog | 6 + libgo/go/internal/cpu/cpu_no_init.go | 1 + .../go/internal/cpu/{cpu_ppc64x.go => cpu_ppcx.go} | 2 +- libgo/go/net/interface_aix.go | 2 - libgo/go/runtime/os_aix.go | 11 +- ...syscall_linux_riscv64.go => export_aix_test.go} | 11 +- libgo/go/syscall/export_unix_test.go | 2 +- libgo/go/syscall/libcall_aix.go | 3 - libgo/go/syscall/syscall_aix_ppc.go | 3 + libgo/mksysinfo.sh | 9 +- libgo/sysinfo.c | 8 ++ libgomp/ChangeLog | 10 ++ libstdc++-v3/ChangeLog | 81 +++++++++++++ 27 files changed, 515 insertions(+), 86 deletions(-) rename libgo/go/internal/cpu/{cpu_ppc64x.go => cpu_ppcx.go} (97%) copy libgo/go/syscall/{syscall_linux_riscv64.go => export_aix_test.go} (53%)