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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7e32bf0053 0: last-good: binutils-gcc-linux: all
new e50aa1da89 0: good: 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 (7e32bf0053)
\
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 8 +-
3-build_abe-binutils/console.log | 4011 ++++----
4-build_abe-stage1/console.log | 5481 ++++++-----
{5-count_linux_objs => 5-build_linux}/console.log | 92 +-
5-count_linux_objs/kernel.release | 1 -
6-boot_linux/console.log | 9 +
.../console.log | 8 +-
.../console.log | 12 +-
console.log | 9633 +++++++++-----------
jenkins/manifest.sh | 18 +-
results | 4 +
12 files changed, 9063 insertions(+), 10230 deletions(-)
rename {5-count_linux_objs => 5-build_linux}/console.log (72%)
delete mode 100644 5-count_linux_objs/kernel.release
create mode 100644 6-boot_linux/console.log
rename {6-check_regression => 7-check_regression}/console.log (53%)
rename {7-update_baseline => 8-update_baseline}/console.log (67%)
--
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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards c13cc5ba2c 0: good: llvm-linux: boot
new 333f697d96 0: good: 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 (c13cc5ba2c)
\
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:
1-reset_artifacts/console.log | 70 +-
2-build_llvm/console.log | 10302 ++++++++++++++++++-------------------
3-build_linux/console.log | 112 +-
4-boot_linux/console.log | 344 +-
5-check_regression/console.log | 4 +-
6-update_baseline/console.log | 6 +-
console.log | 10838 +++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
8 files changed, 10753 insertions(+), 10933 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-stable-defconfig
in repository toolchain/ci/gcc.
from b7ce991e749 * BASE-VER: Set to 8.3.1.
adds 16e3dfcb65e 2019-02-22 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds f8cd51ec0d5 Daily bump.
adds 272132254fa PR libstdc++/89446 fix null pointer dereference in char_traits
adds 5d90e2a4afd PR ada/89349 Backport from mainline 2018-05-25 Arnaud C [...]
adds cffa8989854 2019-02-23 Paul Thomas <pault(a)gcc.gnu.org>
adds 3f23f6e94cd 2019-02-23 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds a55421cc86e Daily bump.
new 5afbbe544c0 [RS6000] Fix <bd>_<mode> and <bd>tf_<mode> splitters
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 | 7 ++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 10 ++++++
gcc/ada/osint.adb | 3 +-
gcc/ada/osint.ads | 40 ++++++++++------------
gcc/config/rs6000/rs6000.md | 6 ++--
gcc/fortran/ChangeLog | 27 +++++++++++++++
gcc/fortran/class.c | 10 +++++-
gcc/fortran/gfortran.h | 2 +-
gcc/fortran/resolve.c | 3 ++
gcc/fortran/simplify.c | 2 +-
gcc/fortran/trans-decl.c | 27 +++++++++++++++
gcc/testsuite/ChangeLog | 18 ++++++++++
gcc/testsuite/gfortran.dg/coarray_data_1.f90 | 11 ++++++
.../gfortran.dg/deferred_character_32.f90 | 13 +++++++
gcc/testsuite/gfortran.dg/warn_conversion_11.f90 | 18 ++++++++++
libstdc++-v3/ChangeLog | 8 +++++
libstdc++-v3/include/bits/char_traits.h | 2 +-
.../basic_string_view/operators/char/89446.cc | 28 +++++++++++++++
19 files changed, 206 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray_data_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_32.f90
create mode 100644 gcc/testsuite/gfortran.dg/warn_conversion_11.f90
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/operators/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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 720a422090 0: good: binutils-gcc-linux: boot
new 5fe5e2c8ae 0: good: 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 (720a422090)
\
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 | 14 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4015 +++++++++--------
4-build_abe-stage1/console.log | 4420 +++++++++----------
5-build_linux/console.log | 72 +-
6-boot_linux/console.log | 338 +-
7-check_regression/console.log | 2 +-
8-update_baseline/console.log | 2 +-
console.log | 8883 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
10 files changed, 8899 insertions(+), 8865 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ebd3dc9b7b 0: last-good: llvm-linux: 18107
new 6a31964c00 0: good: llvm-linux: 18107
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 (ebd3dc9b7b)
\
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 | 70 +-
2-build_llvm/console.log | 10182 +++++++++--------
{3-count_linux_objs => 3-build_linux}/console.log | 1077 +-
3-count_linux_objs/kernel.release | 1 -
.../console.log | 13 +-
.../console.log | 19 +-
console.log | 11361 +++++++++----------
jenkins/manifest.sh | 14 +-
8 files changed, 11347 insertions(+), 11390 deletions(-)
rename {3-count_linux_objs => 3-build_linux}/console.log (94%)
delete mode 100644 3-count_linux_objs/kernel.release
rename {4-check_regression => 5-check_regression}/console.log (69%)
rename {5-update_baseline => 6-update_baseline}/console.log (66%)
--
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-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 92b6224e3a 0: last-good: llvm-linux: 17492
new a7cdd2ec93 0: good: llvm-linux: 17497
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 (92b6224e3a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 70 +-
2-build_llvm/console.log | 10186 ++++++++---------
{3-count_linux_objs => 3-build_linux}/console.log | 509 +-
3-count_linux_objs/kernel.release | 1 -
.../console.log | 15 +-
.../console.log | 21 +-
console.log | 10801 ++++++++++---------
jenkins/manifest.sh | 14 +-
results | 2 +-
9 files changed, 10850 insertions(+), 10769 deletions(-)
rename {3-count_linux_objs => 3-build_linux}/console.log (87%)
delete mode 100644 3-count_linux_objs/kernel.release
rename {4-check_regression => 5-check_regression}/console.log (64%)
rename {5-update_baseline => 6-update_baseline}/console.log (63%)
--
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 clang.
from db44dfe30c Enable coroutines under -std=c++2a.
new e1871cb170 [NFC] Minor coding style (indent) fix.
new 8a6760859a Typo: s/CHCCK/CHECK
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:
lib/AST/Type.cpp | 2 +-
test/CodeGenCXX/pragma-loop-safety.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.