This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a915c29a7d6 c++: constrained lambda error-recovery [PR108972]
new 20d790aa3ea MAINTAINERS: add myself to write after approval
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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-surfaceflinger/oriole-master
in repository toolchain/ci/base-artifacts.
from e8c427bf6cb 10: onsuccess: #33: 0: Success after aosp_manifest: 41 commits
new 3c0c990bc12 11: onsuccess: #34: 0: Success after llvm: 121 commits
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 1960 -> 1768 bytes
02-build_aosp_toolchain/console.log.xz | Bin 10480 -> 10364 bytes
03-build_shadow_llvm/console.log.xz | Bin 129280 -> 129076 bytes
04-build_aosp/console.log.xz | Bin 75200 -> 74840 bytes
05-check_regression/aosp.improvements | 2 +-
05-check_regression/binary.improvements | 73 --------------
05-check_regression/binary.regressions | 7 --
05-check_regression/console.log.xz | Bin 7408 -> 6152 bytes
05-check_regression/mail-body.txt | 2 +-
05-check_regression/results-vs-first.csv | 4 +-
05-check_regression/results-vs-prev.csv | 168 +++++++++++++++----------------
05-check_regression/results.regressions | 1 -
dashboard/dashboard-generate.sh | 2 +-
git/llvm_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 12 +--
results | 1 -
size.csv | 48 ++++-----
20 files changed, 124 insertions(+), 206 deletions(-)
delete mode 100644 05-check_regression/binary.improvements
delete mode 100644 05-check_regression/binary.regressions
delete mode 100644 05-check_regression/results.regressions
--
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 4d0baeae315 ubsan: missed -fsanitize=bounds for compound ops [PR108060]
new a915c29a7d6 c++: constrained lambda error-recovery [PR108972]
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/cp/lambda.cc | 4 ++++
gcc/testsuite/g++.dg/cpp2a/concepts-lambda3.C | 4 ++--
2 files changed, 6 insertions(+), 2 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_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
from 78e1cfb433e 63: onsuccess: #3: 23519: Success after binutils/llvm/linux [...]
new 7df69e5e5e4 64: onsuccess: #4: 23519: Success after binutils/llvm/linux [...]
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 1764 -> 1772 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 30816 -> 31304 bytes
04-build_kernel_llvm/console.log.xz | Bin 68304 -> 66668 bytes
05-build_abe-qemu/console.log.xz | Bin 32368 -> 32480 bytes
06-build_linux/console.log.xz | Bin 3704 -> 4532 bytes
08-check_regression/console.log.xz | Bin 4272 -> 4312 bytes
09-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 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 gcc.
from e20e5d9dc11 Fortran: fix ICE with bind(c) in block data [PR104332]
new 4d0baeae315 ubsan: missed -fsanitize=bounds for compound ops [PR108060]
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/c-family/c-gimplify.cc | 12 ++++++++++++
gcc/testsuite/c-c++-common/ubsan/bounds-17.c | 17 +++++++++++++++++
gcc/testsuite/c-c++-common/ubsan/bounds-18.c | 17 +++++++++++++++++
gcc/testsuite/c-c++-common/ubsan/bounds-19.c | 20 ++++++++++++++++++++
gcc/testsuite/c-c++-common/ubsan/bounds-20.c | 16 ++++++++++++++++
gcc/testsuite/c-c++-common/ubsan/bounds-21.c | 18 ++++++++++++++++++
6 files changed, 100 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-17.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-18.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-19.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-20.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-21.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 glibc.
from f7e751affb elf: Add missing dependency between resolvfail and testobj1.so
new e78c4c4983 linux: fix ntp_gettime abi break (BZ# 30156)
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/ntp_gettime.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 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-surfaceflinger/oriole-master
in repository toolchain/ci/base-artifacts.
from cc8fe5e4bca 9: onsuccess: #31: 0: Success after llvm: 143 commits
new e8c427bf6cb 10: onsuccess: #33: 0: Success after aosp_manifest: 41 commits
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 1744 -> 1960 bytes
02-build_aosp_toolchain/console.log.xz | Bin 10392 -> 10480 bytes
03-build_shadow_llvm/console.log.xz | Bin 129580 -> 129280 bytes
04-build_aosp/console.log.xz | Bin 77492 -> 75200 bytes
05-check_regression/aosp.improvements | 2 +-
05-check_regression/binary.improvements | 73 ++++++++++++++
05-check_regression/binary.regressions | 7 ++
05-check_regression/console.log.xz | Bin 6260 -> 7408 bytes
05-check_regression/mail-body.txt | 1 +
05-check_regression/results-vs-first.csv | 165 ++++++++++++++++---------------
05-check_regression/results-vs-prev.csv | 165 ++++++++++++++++---------------
05-check_regression/results.regressions | 1 +
06-update_baseline/console.log | 9 ++
dashboard/dashboard-generate.sh | 2 +-
git/aosp_manifest_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 3 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++--
results | 1 +
size.csv | 165 ++++++++++++++++---------------
21 files changed, 360 insertions(+), 260 deletions(-)
create mode 100644 05-check_regression/binary.improvements
create mode 100644 05-check_regression/binary.regressions
create mode 100644 05-check_regression/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.