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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 491f283d 3: update: linux-7c53f6b671f4aba70ff15e1b05148b10d58c2837: 19306
new 29a123ee 3: update: llvm-linux-qemu: 19306
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 (491f283d)
\
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:
01-reset_artifacts/console.log | 161 +-
02-prepare_abe/console.log | 444 +-
03-build_llvm/console.log | 13117 +++++++++++++-------------
04-build_linux/console.log | 869 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 110 +-
08-update_baseline/results.regressions | 2 +-
console.log | 14709 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
10 files changed, 14925 insertions(+), 14511 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-allyesconfig
in repository toolchain/ci/base-artifacts.
from 99beabc9 2: update: llvm-qemu: 19380
new fc66262d 3: reset: linux-5c8fe583cce542aa0b84adc939ce85293de36e5e: 19379
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 | 163 +-
02-prepare_abe/console.log | 416 +-
03-build_llvm/console.log | 13135 +++++++++++++--------------
04-build_linux/console.log | 695 +-
07-check_regression/console.log | 80 +-
07-check_regression/results.regressions | 8 +-
07-check_regression/trigger-bisect | 3 +
08-update_baseline/console.log | 82 +-
08-update_baseline/results.regressions | 8 +-
console.log | 14591 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
reset-baseline | 0
results | 8 +-
13 files changed, 14568 insertions(+), 14637 deletions(-)
create mode 100644 07-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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 67fbb7f0fda Daily bump.
new ab88f360723 analyzer: fix ICE merging dereferencing unknown ptrs [PR98628]
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/analyzer/store.cc | 7 +++++--
gcc/testsuite/gcc.dg/analyzer/pr98628.c | 19 +++++++++++++++++++
2 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr98628.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/gcc.
from fd02aeeab1c Daily bump.
adds 0fd6247a301 tree-optimization/97623 - avoid excessive insert iteration [...]
adds eddcb627ccf tree-optimization/97623 - Avoid PRE hoist insertion iteration
adds 69894ce1724 tree-optimization/98117 - fix range set by vectorization on [...]
adds f0e81957b2b libstdc++: Remove accidental -std=gnu++17 from test
adds 4fd49da23bf libstdc++: Fix std::any pretty printer [PR 68735]
adds 93beee71a5b libstdc++: Only use __builtin_sprintf if supported [PR 96083]
adds cb02e1d8a00 libstdc++: Fix filesystem::path pretty printer test failure
new eebaeb8c596 Daily bump.
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 | 27 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 23 +++++++++
gcc/testsuite/gcc.dg/torture/pr98117.c | 19 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-hoist-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-hoist-7.c | 54 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-30.c | 2 +-
gcc/tree-ssa-pre.c | 33 ++++++++++---
gcc/tree-vect-loop-manip.c | 28 ++++++++---
libstdc++-v3/ChangeLog | 39 ++++++++++++++++
libstdc++-v3/include/ext/throw_allocator.h | 16 +++++++
libstdc++-v3/python/libstdcxx/v6/printers.py | 42 +++++++++++++----
.../filesystem/filesystem_error/cons.cc | 2 +-
.../libstdc++-prettyprinters/filesystem-ts.cc | 39 ++++++++++++++++
14 files changed, 303 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr98117.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-hoist-7.c
create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/filesystem-ts.cc
--
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 80b83e97 0: update: binutils-gcc-linux-qemu: all
new c069d11e 0: update: binutils-gcc-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 (80b83e97)
\
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 | 156 +-
02-prepare_abe/console.log | 404 +-
03-build_abe-binutils/console.log | 11648 +++++-----
04-build_abe-stage1/console.log | 18457 ++++++++--------
05-build_linux/console.log | 560 +-
06-build_abe-qemu/console.log | 4353 ++--
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 2 +-
console.log | 35544 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
13 files changed, 35576 insertions(+), 35568 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 62f242b4 2: update: llvm-linux-qemu: 19380
new 99beabc9 2: update: llvm-qemu: 19380
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 (62f242b4)
\
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 | 102 +-
02-prepare_abe/console.log | 210 +-
03-build_llvm/console.log | 13188 +++++++++++++--------------
04-build_linux/console.log | 671 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 6 +-
08-update_baseline/console.log | 140 +-
08-update_baseline/results.regressions | 6 +-
console.log | 14323 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
10 files changed, 14201 insertions(+), 14465 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.