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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8f70f8d82 0: update: binutils-gcc-linux-qemu: all
new f89ed3137 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 (8f70f8d82)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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.xz | Bin 1564 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 43840 -> 43680 bytes
04-build_abe-stage1/console.log.xz | Bin 92896 -> 90164 bytes
05-build_abe-qemu/console.log.xz | Bin 30256 -> 29924 bytes
06-build_linux/console.log.xz | Bin 35008 -> 34764 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 20 ++++++++++----------
results | 2 +-
11 files changed, 12 insertions(+), 12 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_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 017d4e8e5 0: update: binutils-gcc: 2
new 0c2f751d6 0: update: binutils-gcc: 2
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 (017d4e8e5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1528 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 66332 -> 65676 bytes
.../console.log.xz | Bin 953152 -> 955252 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 15 insertions(+), 15 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from ee9fa8a5792 [Ada] reenable ada83 library unit renaming error
adds 476f305b6cf libstdc++: Add missing constexpr to std::optional (P2231R1)
adds 6e3bfd60e87 libstdc++: Fix test for feature test macro
adds 3d0a7271b38 Add debug helpers for auto_bitmap.
adds f837785cc43 aarch64: Remove redundant flag_vect_cost_model test
new ff2b92de13f ipa-cp: Propagation boost for recursion generated values
new d67b22e7315 Darwin: Update quotes in driver warning messages.
new a311163fd81 Do not call range_on_path_entry for SSAs defined within the path
The 3 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/bitmap.c | 12 ++
gcc/bitmap.h | 3 +
gcc/config/aarch64/aarch64.c | 214 ++++++++++-----------
gcc/config/darwin-driver.c | 52 ++---
gcc/gimple-range-path.cc | 6 +-
gcc/ipa-cp.c | 161 ++++++++--------
gcc/params.opt | 4 +
gcc/testsuite/gcc.dg/tree-ssa/pr102736.c | 21 ++
libstdc++-v3/include/bits/stl_construct.h | 15 +-
libstdc++-v3/include/std/optional | 39 ++--
libstdc++-v3/include/std/version | 5 +-
.../20_util/is_layout_compatible/version.cc | 2 +-
.../testsuite/20_util/optional/constexpr/assign.cc | 94 +++++++++
.../20_util/optional/constexpr/cons/conv.cc | 22 +++
.../20_util/optional/constexpr/modifiers.cc | 19 ++
.../testsuite/20_util/optional/constexpr/swap.cc | 29 +++
.../testsuite/20_util/optional/requirements.cc | 9 +
libstdc++-v3/testsuite/20_util/optional/version.cc | 11 ++
18 files changed, 486 insertions(+), 232 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102736.c
create mode 100644 libstdc++-v3/testsuite/20_util/optional/constexpr/assign.cc
create mode 100644 libstdc++-v3/testsuite/20_util/optional/constexpr/cons/conv.cc
create mode 100644 libstdc++-v3/testsuite/20_util/optional/constexpr/modifiers.cc
create mode 100644 libstdc++-v3/testsuite/20_util/optional/constexpr/swap.cc
create mode 100644 libstdc++-v3/testsuite/20_util/optional/version.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_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from f19c3684a6 [GOLD] Two GOT sections for PowerPC64
adds a1251fdcb5 [GOLD] Re: PowerPC64: Don't pretend to support multi-toc
No new revisions were added by this update.
Summary of changes:
gold/powerpc.cc | 6 ++----
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 46c7a9f1c 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 75f0d300b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (46c7a9f1c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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.xz | Bin 1556 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2772 bytes
04-build_abe-binutils/console.log.xz | Bin 45840 -> 45356 bytes
05-build_abe-stage1/console.log.xz | Bin 71036 -> 72092 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 8864 -> 8868 bytes
08-build_abe-glibc/console.log.xz | Bin 236148 -> 236060 bytes
09-build_abe-stage2/console.log.xz | Bin 200348 -> 201696 bytes
10-build_abe-gdb/console.log.xz | Bin 45036 -> 44656 bytes
11-build_abe-qemu/console.log.xz | Bin 30700 -> 30044 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 18 +++++++++---------
13 files changed, 17 insertions(+), 17 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_gcc_bootstrap/master-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 48ea44a4f 0: update: binutils-gcc: 2
new 14e61f405 0: update: binutils-gcc: 2
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 (48ea44a4f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1528 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 66740 -> 65944 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 479948 -> 483076 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 12 ++++++------
7 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.