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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f2d49e6a 0: update: binutils-gcc-linux: boot
new 5c08121a 0: update: binutils-gcc-linux: 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 (f2d49e6a)
\
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:
01-reset_artifacts/console.log | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11218 +++++++--------
04-build_abe-stage1/console.log | 14137 ++++++++++---------
05-build_linux/console.log | 656 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 25 -
console.log | 26545 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 26602 insertions(+), 26661 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.
discards e24f9d82 6: update: llvm-linux: 17564
new 944387b4 6: update: llvm-linux: 17564
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 (e24f9d82)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 182 +-
02-build_llvm/console.log | 13339 ++++++++++++-------------
03-build_linux/console.log | 6270 ++++++------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 20 +-
console.log | 19819 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 19828 insertions(+), 19818 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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 0dad3f40 0: update: llvm-linux: boot
new f0c94ca5 0: update: llvm-linux: 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 (0dad3f40)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 166 +-
02-build_llvm/console.log | 13285 +++++++++++++++++----------------
03-build_linux/console.log | 1828 ++---
04-boot_linux/console.log | 470 +-
06-update_baseline/console.log | 25 +
console.log | 15774 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 15808 insertions(+), 15748 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 509b6e806bc PR target/82981 * config/mips/mips.md (<u>mulditi3 [...]
new 07d12258fff PR c/66970 - Add __has_builtin() macro
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/ChangeLog | 6 +
gcc/c-family/ChangeLog | 10 +
gcc/c-family/c-common.c | 3 +-
gcc/c-family/c-common.h | 2 +
gcc/c-family/c-lex.c | 53 +++++
gcc/c-family/c-ppoutput.c | 1 +
gcc/c/ChangeLog | 5 +
gcc/c/c-decl.c | 28 +++
gcc/cp/ChangeLog | 5 +
gcc/cp/cp-objcp-common.c | 72 ++++++
gcc/doc/cpp.texi | 28 +++
gcc/doc/extend.texi | 2 +-
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/c-c++-common/cpp/has-builtin-2.c | 297 +++++++++++++++++++++++++
gcc/testsuite/c-c++-common/cpp/has-builtin-3.c | 36 +++
gcc/testsuite/c-c++-common/cpp/has-builtin.c | 49 ++++
libcpp/include/cpplib.h | 6 +-
libcpp/init.c | 4 +-
libcpp/macro.c | 4 +
libcpp/traditional.c | 6 +-
20 files changed, 616 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/cpp/has-builtin-2.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/has-builtin-3.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/has-builtin.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/gnu-master-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from e9c999a28f Automatic date update in version.in
adds 12c3e9173e Automatic date update in version.in
adds dee334510f Prevent an illegal memory access in the xgate disassembler.
adds d1e304bc27 Stop potential illegal memory access in the NS32K disassembler.
adds bbf9a0b5ee Fix buffer overrun in TIC30 disassembler.
adds 1ee3542c0a Fix potentially illegal shift and assign operation in CSKY d [...]
adds 87f34879e5 Add a string_view version of startswith
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 5 +++++
gdb/gdbsupport/common-utils.h | 12 ++++++++++++
opcodes/ChangeLog | 28 ++++++++++++++++++++++++++++
opcodes/csky-dis.c | 4 ++--
opcodes/ns32k-dis.c | 10 +++++++++-
opcodes/tic30-dis.c | 24 +++++++++++++++++-------
opcodes/xgate-dis.c | 6 +++---
8 files changed, 77 insertions(+), 14 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-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 3e13768d 0: update: binutils-gcc-linux: boot
new 92ee4c56 0: update: binutils-gcc-linux: 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 (3e13768d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 264 +-
03-build_abe-binutils/console.log | 11262 ++++++------
04-build_abe-stage1/console.log | 20214 +++++++++++-----------
05-build_linux/console.log | 1048 +-
06-boot_linux/console.log | 470 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 14 +-
console.log | 33515 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 33550 insertions(+), 33473 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.