This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 61a43de58cb analyzer: fix ICE on globals with unknown size [PR93388] new ca56d576241 runtime: correct semaphore implementation on netbsd new dc570700bea libgo: export NetBSD-specific types in mksysinfo.sh new 30d06b7d307 [testsuite] Don't overwrite compiler_flags in check_compile new 34efa5c2a84 PR c/97413 - bogus error on function declaration with many [...] new 14d83c6f584 PR middle-end/97391 - bogus -Warray-bounds accessing a mult [...] new 28774a60152 libgo: print reason code if throwing unwind exception fails new b2698c21f2c Daily bump.
The 7 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 | 234 ++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 16 +++ gcc/attribs.c | 2 + gcc/builtins.c | 7 +- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-attribs.c | 13 +- gcc/cp/ChangeLog | 40 ++++++ gcc/fortran/ChangeLog | 22 +++ gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 129 ++++++++++++++++++ gcc/testsuite/gcc.dg/Warray-bounds-68.c | 118 ++++++++++++++++ gcc/testsuite/gcc.dg/Wvla-parameter-8.c | 86 ++++++++++++ gcc/testsuite/lib/target-supports.exp | 3 + libcc1/ChangeLog | 4 + libgcc/ChangeLog | 25 ++++ libgo/config.h.in | 6 + libgo/configure | 2 +- libgo/configure.ac | 2 +- libgo/go/runtime/os_aix.go | 4 + libgo/go/runtime/os_gccgo.go | 3 +- libgo/go/runtime/os_hurd.go | 4 + libgo/go/runtime/os_linux.go | 4 + libgo/go/runtime/os_netbsd.go | 24 ++-- libgo/go/runtime/os_solaris.go | 4 + libgo/mksysinfo.sh | 139 ++++++++++++++++++- libgo/runtime/go-unwind.c | 14 +- libgo/sysinfo.c | 54 ++++++++ libgomp/ChangeLog | 4 + libstdc++-v3/ChangeLog | 86 ++++++++++++ 30 files changed, 1021 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-68.c create mode 100644 gcc/testsuite/gcc.dg/Wvla-parameter-8.c