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-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 57af67c 0: update: binutils-gcc-linux: boot
new 849e000 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 (57af67c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 171 +-
02-prepare_abe/console.log | 184 +-
03-build_abe-binutils/console.log | 11928 +++++++--------
04-build_abe-stage1/console.log | 15671 ++++++++++----------
05-build_linux/console.log | 828 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 28522 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 28709 insertions(+), 28617 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 0501b74264e9 RISC-V: Fix rtl checking enabled failure with -msave-restore.
new 731dbfc3f3b5 Handle -Wsign-conversion in conversion_warning.
new c77074d05691 PR c++/40752 - useless -Wconversion with short +=.
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/c-family/ChangeLog | 14 +++
gcc/c-family/c-common.c | 81 ++++---------
gcc/c-family/c-common.h | 3 +-
gcc/c-family/c-warn.c | 138 ++++++++++++++++++----
gcc/c-family/c.opt | 4 +
gcc/doc/invoke.texi | 22 ++++
gcc/testsuite/c-c++-common/Wconversion-pr40752.c | 49 ++++++++
gcc/testsuite/c-c++-common/Wconversion-pr40752a.c | 49 ++++++++
gcc/testsuite/c-c++-common/Wsign-conversion-1.c | 13 ++
9 files changed, 288 insertions(+), 85 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wconversion-pr40752.c
create mode 100644 gcc/testsuite/c-c++-common/Wconversion-pr40752a.c
create mode 100644 gcc/testsuite/c-c++-common/Wsign-conversion-1.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-release-aarch64-mainline-defconfig
in repository toolchain/ci/gcc.
from 9e9f9bf428f Update GCC zh_TW.po.
adds 00cae906a9c Daily bump.
adds 3384aa7af4c PR c++/91476 - anon-namespace reference temp clash between TUs.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/call.c | 2 ++
gcc/testsuite/g++.dg/ext/visibility/ref-temp1.C | 11 +++++++++++
4 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/visibility/ref-temp1.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-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 9dc7127 0: update: binutils-gcc-linux: boot
new 3502ecf 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 (9dc7127)
\
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 | 166 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11705 ++++++++--------
04-build_abe-stage1/console.log | 13421 +++++++++---------
05-build_linux/console.log | 590 +-
06-boot_linux/console.log | 442 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 26795 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 26797 insertions(+), 26776 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-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 9e9f9bf428f Update GCC zh_TW.po.
adds 00cae906a9c Daily bump.
adds 3384aa7af4c PR c++/91476 - anon-namespace reference temp clash between TUs.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/call.c | 2 ++
gcc/testsuite/g++.dg/ext/visibility/ref-temp1.C | 11 +++++++++++
4 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/visibility/ref-temp1.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-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 77c905a 0: update: binutils-gcc-linux: all
new cf80e4e 0: update: 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 (77c905a)
\
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 11467 +++++++------
04-build_abe-stage1/console.log | 18202 ++++++++++-----------
05-build_linux/console.log | 628 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 30931 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 30915 insertions(+), 30917 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 binutils-gdb.
from b3ee6dd9f20 gdb: remove uses of iterate_over_inferiors in remote-sim.c
new a12378729f4 gdb: add declaration for _initialize_gdbarch in gdbarch.sh
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 | 4 ++++
gdb/gdbarch.sh | 3 ++-
2 files changed, 6 insertions(+), 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 releases/gcc-9
in repository gcc.
from 3384aa7af4c4 PR c++/91476 - anon-namespace reference temp clash between TUs.
new ae403e0d4e06 Bug 93234 - INQUIRE on pre-assigned files of ROUND and SIG [...]
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/ChangeLog | 6 +++
gcc/testsuite/gfortran.dg/inquire_pre.f90 | 68 +++++++++++++++++++++++++++++++
libgfortran/ChangeLog | 7 ++++
libgfortran/io/unit.c | 16 ++++----
4 files changed, 89 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/inquire_pre.f90
--
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-lts-defconfig
in repository toolchain/ci/llvm-project.
from de4b2a7fad6 nop change to test the buildkite trigger
adds 587b3b2a13d [clang-format] Expand the SpacesAroundConditions option to [...]
new 138451c771a [StackColoring] Remap FixedStackPseudoSourceValue frame ind [...]
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:
clang/lib/Format/TokenAnnotator.cpp | 2 +-
clang/unittests/Format/FormatTest.cpp | 1 +
llvm/lib/CodeGen/StackColoring.cpp | 19 +++
.../test/CodeGen/PowerPC/stack-coloring-vararg.mir | 171 +++++++++++++++++++++
4 files changed, 192 insertions(+), 1 deletion(-)
create mode 100644 llvm/test/CodeGen/PowerPC/stack-coloring-vararg.mir
--
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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards ab0b481 0: update: llvm-linux: boot
new eb2b840 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 (ab0b481)
\
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 | 220 +-
02-build_llvm/console.log | 12652 +++++++++++++++----------------
03-build_linux/console.log | 1940 ++---
04-boot_linux/console.log | 402 +-
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 16 +-
console.log | 15248 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 15253 insertions(+), 15253 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.