This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from b2c474f8de x86: Fix strncat-avx2.S reading past length [BZ #30065]
new a49b3a5fce Prepare for glibc 2.37 release.
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:
include/features.h | 2 +-
version.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 317525b03eb Daily bump.
new a90316c6ced doc: add notes about limitations of -fanalyzer
new 70d34f2a30a analyzer: fix -Wanalyzer-allocation-size false -ve on alloc [...]
new d03ae4be2c6 analyzer: fix uses of alloca in testsuite
new e2f939d30f5 c++: Add -Wno-changes-meaning
The 4 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/pending-diagnostic.cc | 6 +++
gcc/c-family/c.opt | 4 ++
gcc/cp/class.cc | 18 +++++++--
gcc/doc/invoke.texi | 24 ++++++++++++
gcc/testsuite/g++.dg/warn/changes-meaning2.C | 16 ++++++++
gcc/testsuite/g++.dg/warn/changes-meaning3.C | 13 +++++++
.../gcc.dg/analyzer/allocation-size-multiline-3.c | 44 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/call-summaries-2.c | 1 +
.../gcc.dg/analyzer/imprecise-floating-point-1.c | 2 +
.../gcc.dg/analyzer/infinite-recursion-alloca.c | 2 +
gcc/testsuite/gcc.dg/analyzer/malloc-callbacks.c | 2 +
gcc/testsuite/gcc.dg/analyzer/out-of-bounds-5.c | 9 ++---
gcc/testsuite/gcc.dg/analyzer/putenv-1.c | 1 +
gcc/testsuite/gcc.dg/analyzer/test-alloca.h | 3 ++
.../gcc.dg/analyzer/write-to-string-literal-5.c | 1 +
15 files changed, 137 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/changes-meaning2.C
create mode 100644 gcc/testsuite/g++.dg/warn/changes-meaning3.C
create mode 100644 gcc/testsuite/gcc.dg/analyzer/allocation-size-multiline-3.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/test-alloca.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.