This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 21333e5f6b 0: last-good: binutils-gcc-linux: all
new f2b13fb67f 0: last-good: binutils-gcc-linux: 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 (21333e5f6b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3791 +++++++++---------
4-build_abe-stage1/console.log | 3912 ++++++++++---------
5-count_linux_objs/console.log | 73 +-
console.log | 7940 ++++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
6 files changed, 8494 insertions(+), 7242 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/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/gcc.
from 026a21dd146 Daily bump.
adds bc9ba4e2a03 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a676780140 0: last-good: binutils-88739f776b733b0b84600b283417f862a010b [...]
new 14bd80be9d 0: last-good: gcc-bc9ba4e2a03ef7e0b393437caf8b48998fa91f4b: 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 (a676780140)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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:
1-reset_artifacts/console.log | 15 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3317 ++++++++++---------
4-build_abe-stage1/console.log | 3251 +++++++++---------
5-count_linux_objs/console.log | 94 +-
console.log | 6779 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 6725 insertions(+), 6743 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 linux.
from 301e361072e5 Merge tag 'mailbox-fixes-v5.0-rc7' of git://git.linaro.org [...]
new b5372fe5dc84 exec: load_script: Do not exec truncated interpreter path
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:
fs/binfmt_script.c | 57 +++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 48 insertions(+), 9 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 lldb.
from c47321f01 Disable TestModuleCXX.test on Windows
new cb52658db [lldb-instr] Wrap returns of struct/classes in LLDB_RECORD_RESULT
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:
lit/tools/lldb-instr/Inputs/foo.cpp | 2 +
lit/tools/lldb-instr/Inputs/foo.h | 3 +-
.../lldb-instr/TestInstrumentationRecord.test | 3 ++
.../lldb-instr/TestInstrumentationRegister.test | 1 +
tools/lldb-instr/Instrument.cpp | 45 ++++++++++++++++++++--
5 files changed, 50 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 gcc.
from d017d2926ec Daily bump.
new 6aaacaf1160 PR c++/89336 - multiple stores in constexpr stmt.
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/ChangeLog | 4 ++
gcc/cp/constexpr.c | 29 ++++++++-----
gcc/testsuite/g++.dg/cpp1y/constexpr-89336-1.C | 35 ++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-89336-2.C | 56 ++++++++++++++++++++++++++
4 files changed, 115 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89336-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89336-2.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_kernel/llvm-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7613bf2a27 0: last-good: llvm-linux: 16631
new 70b5498261 0: last-good: llvm-linux: 16639
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 (7613bf2a27)
\
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 5228 ++++++++++++++++----------------
3-count_linux_objs/console.log | 1294 ++++----
4-check_regression/console.log | 14 +-
5-update_baseline/console.log | 14 +-
console.log | 6574 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 6645 insertions(+), 6509 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/gnu-release-arm-stable-defconfig
in repository toolchain/ci/gcc.
from bc9ba4e2a03 Daily bump.
adds 6b22e790869 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.