This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 93b05a87c Cygwin: doc: fix description of new "env" schema for /etc/nss [...]
new 544aa97f8 Bump newlib version in the manual to 4.3.0
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:
newlib/libc/libc.texi | 4 ++--
newlib/libm/libm.texi | 4 ++--
2 files changed, 4 insertions(+), 4 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 newlib.
from 93b05a87c Cygwin: doc: fix description of new "env" schema for /etc/nss [...]
new 544aa97f8 Bump newlib version in the manual to 4.3.0
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:
newlib/libc/libc.texi | 4 ++--
newlib/libm/libm.texi | 4 ++--
2 files changed, 4 insertions(+), 4 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_aosp-code_size-dalvikvm/oriole-master
in repository toolchain/ci/base-artifacts.
from 57a3cf2d769 6: onsuccess: #27: 2: [TCWG CI] Success after aosp_superpro [...]
new 5ec5138dc0b 7: onsuccess: #28: 2: [TCWG CI] Success after aosp_superpro [...]
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:
01-reset_artifacts/console.log.xz | Bin 2164 -> 1980 bytes
02-build_aosp_toolchain/console.log.xz | Bin 197388 -> 198160 bytes
03-build_shadow_llvm/console.log.xz | Bin 131236 -> 130836 bytes
04-build_aosp/console.log.xz | Bin 14892 -> 15016 bytes
06-check_regression/console.log.xz | Bin 4028 -> 4128 bytes
06-check_regression/results-vs-prev.csv | 4 ++--
07-update_baseline/console.log | 9 +++++++++
dashboard/dashboard-generate.sh | 2 +-
git/aosp_superproject_rev | 2 +-
git/llvm_rev | 2 +-
git/toolchain_superproject_rev | 2 +-
mail/changes-list-long.txt | 29 ++++++++++++++++-------------
mail/changes-list-short.txt | 2 +-
manifest.sh | 24 ++++++++++++------------
size.csv | 2 +-
15 files changed, 45 insertions(+), 33 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 glibc.
from 24cdd6c71d memalign: Support scanning for aligned chunks.
new 0d83b349fa getlogin_r: fix missing fallback if loginuid is unset (bug 30235)
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:
sysdeps/unix/sysv/linux/getlogin_r.c | 5 +----
1 file changed, 1 insertion(+), 4 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 04b0a7b1a6d tree-optimization/107561 - reduce -Wstringop-overflow false [...]
new a23b33a1bde c++: lambda mangling alias issues [PR107897]
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:
gcc/cgraph.h | 11 +---
gcc/cgraphunit.cc | 32 ++++++----
gcc/cp/decl2.cc | 19 ++++--
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle7.C | 70 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-lambda3.C | 1 +
5 files changed, 108 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle7.C
--
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 1d0ba4467dd tree-optimization/109342 - wrong code with edge equivalences in VN
new 04b0a7b1a6d tree-optimization/107561 - reduce -Wstringop-overflow false [...]
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:
gcc/gimple-ssa-warn-access.cc | 19 +++++++++++++------
gcc/testsuite/g++.dg/pr71488.C | 1 -
gcc/testsuite/g++.dg/warn/Warray-bounds-16.C | 1 -
3 files changed, 13 insertions(+), 8 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 ee6ae8cb479 c++: Avoid informs without a warning [PR109278]
new 1d0ba4467dd tree-optimization/109342 - wrong code with edge equivalences in VN
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:
gcc/testsuite/g++.dg/torture/pr109342.C | 33 +++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.cc | 37 ++++++++++++++++++++++++---------
2 files changed, 60 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr109342.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.