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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 586d9b79 0: update: binutils-llvm-linux-qemu: all
new 10af0d98 0: update: binutils-llvm-linux-qemu: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (586d9b79)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 216 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 12106 ++++++-------
04-build_llvm/console.log | 13914 ++++++++-------
05-build_linux/console.log | 690 +-
06-build_abe-qemu/console.log | 6507 +++----
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 12 +-
09-update_baseline/console.log | 18 +-
console.log | 33887 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
11 files changed, 33757 insertions(+), 34039 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 00b46c00c8d libstdc++: Add noexcept to std::begin etc as per LWG 2280 and 3537
new ba16797fe69 ubsan: Don't test for NaNs if those do not exist (PR97926)
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/ubsan.c | 12 ++++++++++--
1 file changed, 10 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.
unknown user pushed a change to branch master
in repository gcc.
from 87e3c2ef682 c++: duplicate alias templates with decltype [PR 99425]
new 00b46c00c8d libstdc++: Add noexcept to std::begin etc as per LWG 2280 and 3537
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:
libstdc++-v3/include/bits/range_access.h | 12 ++++-----
.../24_iterators/range_access/range_access.cc | 30 ++++++++++++++++++++++
.../range_access/range_access_cpp14.cc | 15 +++++++++++
.../range_access/range_access_cpp17.cc | 14 ++++++++++
4 files changed, 65 insertions(+), 6 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 150a829accd arm: Fix MVE ICEs with vector moves and -mpure-code [PR97252]
new 87e3c2ef682 c++: duplicate alias templates with decltype [PR 99425]
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/cp-tree.h | 7 +-
gcc/cp/module.cc | 82 ++++++++--------------
gcc/cp/pt.c | 38 +++++++---
gcc/testsuite/g++.dg/modules/pr99425-1.h | 11 +++
.../modules/{internal-2_b.H => pr99425-1_a.H} | 7 +-
gcc/testsuite/g++.dg/modules/pr99425-1_b.H | 19 +++++
gcc/testsuite/g++.dg/modules/pr99425-1_c.C | 11 +++
gcc/testsuite/g++.dg/modules/pr99425-2_a.X | 7 ++
gcc/testsuite/g++.dg/modules/pr99425-2_b.X | 4 ++
gcc/testsuite/g++.dg/template/pr99425.C | 45 ++++++++++++
10 files changed, 157 insertions(+), 74 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/pr99425-1.h
copy gcc/testsuite/g++.dg/modules/{internal-2_b.H => pr99425-1_a.H} (51%)
create mode 100644 gcc/testsuite/g++.dg/modules/pr99425-1_b.H
create mode 100644 gcc/testsuite/g++.dg/modules/pr99425-1_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/pr99425-2_a.X
create mode 100644 gcc/testsuite/g++.dg/modules/pr99425-2_b.X
create mode 100644 gcc/testsuite/g++.dg/template/pr99425.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.
"David Spickett pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from e88fe59 bot-status.py: Catch wget exceptions outside of wrapper
new f006c37 bot-status.py: Simplify favicon handling
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:
monitor/bot-status.py | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 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.
"David Spickett pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 7f18f4d bot-status.py: Misc. refactoring
new e88fe59 bot-status.py: Catch wget exceptions outside of wrapper
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:
monitor/bot-status.py | 42 ++++++++++++++++++++++--------------------
1 file changed, 22 insertions(+), 20 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.
"David Spickett pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 8c5ebaf Remove extra comma from JSON monitor file.
new 7f18f4d bot-status.py: Misc. refactoring
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:
monitor/bot-status.py | 73 ++++++++++++++++++++++++---------------------------
1 file changed, 34 insertions(+), 39 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-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a973fab2 0: update: binutils-llvm-linux-qemu: boot
new d986969b 0: update: binutils-llvm-linux-qemu: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a973fab2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 68 +-
02-prepare_abe/console.log | 230 +-
03-build_abe-binutils/console.log | 11650 +++++++-------
04-build_llvm/console.log | 13210 ++++++++--------
05-build_linux/console.log | 692 +-
06-build_abe-qemu/console.log | 4091 +++--
07-boot_linux/console.log | 8 +-
08-check_regression/console.log | 12 +-
09-update_baseline/console.log | 12 +-
console.log | 29973 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
12 files changed, 29972 insertions(+), 29986 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from b155b5d prepare-board.sh: Add new option "--image DOCKER_IMAGE"
new b2a6607 prepare-board.sh: Use docker-wrapper instead of docker
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:
prepare-board.sh | 6 +++---
1 file 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 4a8c969f tcwg-report-stale-rr-jobs.sh: Add --human true/false option
new 28611f0a tcwg-report-stale-rr-branches.sh: New script
new 8f2393f9 start-container-docker.sh: Move workaround for dockerhub's limits
new 584c905e tcwg-report-stale-rr-jobs.sh: Improve human output
new 4922ec82 tcwg-benchmark.sh: Pass --image DOCKER_IMAGE to prepare-board.sh
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:
start-container-docker.sh | 45 +++------------------------------
tcwg-benchmark.sh | 3 ++-
tcwg-cleanup-stale-containers.sh | 3 ++-
tcwg-report-stale-rr-branches.sh | 54 ++++++++++++++++++++++++++++++++++++++++
tcwg-report-stale-rr-jobs.sh | 4 ++-
tcwg-start-container.sh | 16 ------------
6 files changed, 64 insertions(+), 61 deletions(-)
create mode 100755 tcwg-report-stale-rr-branches.sh
--
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 binutils-gdb.
from 46fec6428ef gdb/objc: make objc_demangle a member function of objc_language
new 702cf3f5df1 gdb: handle invalid DWARF when compilation unit is missing
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:
gdb/ChangeLog | 8 +++
gdb/dwarf2/read.c | 21 +++++-
gdb/testsuite/ChangeLog | 5 ++
...{dw2-using-debug-str.c => dw2-missing-cu-tag.c} | 3 -
gdb/testsuite/gdb.dwarf2/dw2-missing-cu-tag.exp | 76 ++++++++++++++++++++++
5 files changed, 109 insertions(+), 4 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{dw2-using-debug-str.c => dw2-missing-cu-tag.c} (94%)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-missing-cu-tag.exp
--
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 57d9ac67280 Warn to not add debug hook targets
new 150a829accd arm: Fix MVE ICEs with vector moves and -mpure-code [PR97252]
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/config/arm/arm-protos.h | 2 +-
gcc/config/arm/arm.c | 32 +++++++++++++++++++++-----------
gcc/config/arm/constraints.md | 7 +++++++
gcc/config/arm/mve.md | 2 +-
gcc/config/arm/vec-common.md | 5 +++++
5 files changed, 35 insertions(+), 13 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 c4519fe3db3 C++ modules: fix alloc-dealloc-mismatch ASAN issue
new b931e4792b8 tree-optimization/99694 - fix value-numbering PHIs
new 57d9ac67280 Warn to not add debug hook targets
The 2 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/debug.h | 4 ++++
gcc/testsuite/gcc.dg/torture/pr99694.c | 27 +++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 2 ++
3 files changed, 33 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr99694.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan
in repository toolchain/ci/gcc.
from 5f256a70a05 Daily bump.
adds 8bf983c71e4 [PR99680] Check empty constraint before using CONSTRAINT_LEN.
adds 9c2f08475a1 [PATCH] Fix typo in gcc/asan.c comment
adds 9f59cb7cac0 c-family: Fix PR94272 -fcompare-debug issue even for C [PR99230]
adds 19ff0b0d816 x86: Check cfun != NULL before accessing silent_p
adds 6af7b307f65 Daily bump.
adds fc24ea23742 dwarf2out: Fix debug info for 2 byte floats [PR99388]
adds d2de43b775a Daily bump.
adds d0a5e8e1a84 rs6000: Convert the vector set variable idx to DImode [PR98914]
adds 0ec7641ee18 rs6000: Fix some unexpected empty split conditions
new fc9c4e5fc50 debug: Fix __int128 handling in dwarf2out [PR99562]
new 0e792ee11aa Fortran: Fix 'name' bound size [PR99688]
The 2 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 | 25 +++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/asan.c | 4 +--
gcc/c-family/ChangeLog | 5 ++++
gcc/c-family/c-gimplify.c | 29 ++++++++++++++++++++++
gcc/config/i386/i386.c | 4 +--
gcc/config/rs6000/rs6000.c | 39 ++++++++++++++---------------
gcc/config/rs6000/rs6000.md | 28 ++++++++++-----------
gcc/config/rs6000/vsx.md | 10 ++++----
gcc/cp/ChangeLog | 6 +++++
gcc/cp/cp-gimplify.c | 30 +---------------------
gcc/dwarf2out.c | 40 +++++++++++++++++++-----------
gcc/fortran/match.c | 6 ++---
gcc/fortran/resolve.c | 2 +-
gcc/lra-constraints.c | 16 ++++++------
gcc/testsuite/ChangeLog | 11 ++++++++
gcc/testsuite/g++.target/i386/pr99679-1.C | 17 +++++++++++++
gcc/testsuite/g++.target/i386/pr99679-2.C | 17 +++++++++++++
gcc/testsuite/gcc.dg/pr99230.c | 40 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr98914.c | 11 ++++++++
20 files changed, 241 insertions(+), 101 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr99679-1.C
create mode 100644 gcc/testsuite/g++.target/i386/pr99679-2.C
create mode 100644 gcc/testsuite/gcc.dg/pr99230.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr98914.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 18b57184 0: update: gcc-5f256a70a05fcfc5a1caf56678ceb12b4f87f781: 1
new f737ee14 0: update: gcc-0e792ee11aa6ebb6f61e9ed33eb06e260f0ec703: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (18b57184)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 130 +-
02-prepare_abe/console.log | 400 +-
04-build_abe-bootstrap_ubsan/console.log | 95433 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 96003 ++++++++++++++---------------
jenkins/manifest.sh | 8 +-
7 files changed, 95980 insertions(+), 96000 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from 429690e cpu2006.cfg: Fix thinko
new b155b5d prepare-board.sh: Add new option "--image DOCKER_IMAGE"
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:
prepare-board.sh | 9 +++++++--
1 file changed, 7 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.
unknown user pushed a change to branch master
in repository gcc.
from c38f679eebf mklog: add new argument --directory.
new c4519fe3db3 C++ modules: fix alloc-dealloc-mismatch ASAN issue
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/module.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from 6b8290d prepare-board.sh: Test docker more rigorously
new 429690e cpu2006.cfg: Fix thinko
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:
cpu2006.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 binutils-gdb.
from 08dedd6631e Add startswith function and use it instead of CONST_STRNEQ.
new 46fec6428ef gdb/objc: make objc_demangle a member function of objc_language
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:
gdb/ChangeLog | 12 +++++
gdb/objc-lang.c | 139 +++++++++++++++++++++++++++-----------------------------
gdb/objc-lang.h | 2 -
3 files changed, 80 insertions(+), 73 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 releases/gcc-9
in repository gcc.
from 40845c518b5 Daily bump.
new 3100cdf24a8 PR target/99702: Check RTL type before get value
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/config/riscv/riscv.c | 2 +-
gcc/testsuite/gcc.target/riscv/pr99702.c | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr99702.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.