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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 1bb1cbb0 0: update: binutils-gcc-linux-qemu: boot
new 3fd2e474 0: update: binutils-gcc-linux-qemu: 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 (1bb1cbb0)
\
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 | 14 +-
02-prepare_abe/console.log | 492 +-
03-build_abe-binutils/console.log | 9123 +++++----
04-build_abe-stage1/console.log | 12925 ++++++-------
05-build_abe-qemu/console.log | 6988 ++++---
06-build_linux/console.log | 687 +-
07-boot_linux/console.log | 15 +-
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 | 30136 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 30231 insertions(+), 30179 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/release-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 2a565efc 0: update: binutils-gcc: 1
new b850e77e 0: update: binutils-gcc: 1
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 (2a565efc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 | 259 +-
02-prepare_abe/console.log | 270 +-
04-build_abe-bootstrap/console.log | 83716 +++++++++++++++++-----------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 84277 ++++++++++++++++++-----------------
jenkins/manifest.sh | 10 +-
7 files changed, 84333 insertions(+), 84231 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
in repository toolchain/ci/gcc.
from 58340a7cd36 Fortran: Fix c_float128 and c_float128_complex definitions.
adds 04ddd108d12 libstdc++: Fix missing descriptions in ChangeLog entries
adds 4fa6c0ec350 libstdc++: Define std::is_pointer_interconvertible_base_of [...]
adds 61867083127 c++: most vexing parse and braced CTAD [PR89062]
adds 7e39d1a15f5 c++: recognize class-scope non-template dguides [PR79501]
adds ee8f9ff00d7 c++: Optimize constinit thread_local vars [PR101786]
new 9707d2e5dbb c++: parameterized requires-expr as default argument [PR101725]
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/cp/cp-tree.h | 3 +-
gcc/cp/decl.c | 8 ++
gcc/cp/decl2.c | 6 ++
gcc/cp/parser.c | 85 ++++++++++++++++------
gcc/cp/tree.c | 4 +-
gcc/testsuite/g++.dg/DRs/dr2082.C | 12 +++
gcc/testsuite/g++.dg/cpp1z/class-deduction97.C | 6 ++
gcc/testsuite/g++.dg/cpp1z/class-deduction98.C | 10 +++
gcc/testsuite/g++.dg/cpp2a/concepts-uneval4.C | 12 +++
gcc/testsuite/g++.dg/cpp2a/constinit16.C | 21 ++++++
libstdc++-v3/ChangeLog | 2 +
libstdc++-v3/include/std/type_traits | 27 +++++++
libstdc++-v3/include/std/version | 4 +
.../20_util/is_pointer_interconvertible/value.cc | 51 +++++++++++++
.../20_util/is_pointer_interconvertible/version.cc | 10 +++
.../testsuite/23_containers/span/layout_compat.cc | 2 +-
16 files changed, 236 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2082.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction97.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction98.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval4.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constinit16.C
create mode 100644 libstdc++-v3/testsuite/20_util/is_pointer_interconvertible/value.cc
create mode 100644 libstdc++-v3/testsuite/20_util/is_pointer_interconvertible/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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 74d38198 0: update: binutils-gcc: 1
new 04631c0d 0: update: binutils-gcc: 1
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 (74d38198)
\
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 | 188 +-
02-prepare_abe/console.log | 324 +-
04-build_abe-bootstrap/console.log | 84514 +++++++++++++++++-----------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 85058 ++++++++++++++++++-----------------
jenkins/manifest.sh | 10 +-
7 files changed, 85075 insertions(+), 85051 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_bmk_gnu_tk1/gnu-master-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 8125feab 2: update: glibc-302247c89121e8d4c7629e589edbb4974fff6edb: 1
new 9631ce5d 2: update: linux-bf5dd45a43893a85d7cdd0763c18e768daa7a02c: 1
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 (8125feab)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-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 | 260 +-
02-prepare_abe/console.log | 474 +-
03-build_abe-binutils/console.log | 8414 +-
04-build_abe-stage1/console.log | 18838 ++---
05-clean_sysroot/console.log | 4 +-
06-build_abe-linux/console.log | 2641 +-
07-build_abe-glibc/console.log | 37463 +++++----
08-build_abe-stage2/console.log | 36868 ++++-----
10-benchmark/benchmark-start.log | 2 +-
10-benchmark/benchmark.log | 50 +-
10-benchmark/console.log | 298 +-
11-check_regression/console.log | 3738 +-
11-check_regression/results-0.csv | 3316 +-
11-check_regression/results-1.csv | 3324 +-
11-check_regression/results-brief.csv | 58 +-
11-check_regression/results-compare.csv | 132 +-
11-check_regression/results-full.csv | 3476 +-
11-check_regression/results.csv | 244 +-
11-check_regression/results.log | 5186 +-
12-update_baseline/console.log | 9154 +--
12-update_baseline/results-1.csv | 3324 +-
12-update_baseline/results-brief.csv | 58 +-
12-update_baseline/results-compare.csv | 8 +-
12-update_baseline/results-full.csv | 3196 +-
12-update_baseline/results.csv | 236 +-
12-update_baseline/results.log | 3798 +-
12-update_baseline/results.regressions | 2 +-
console.log | 118324 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
results | 2 +-
results_id | 2 +-
31 files changed, 131084 insertions(+), 131816 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_native_check_gdb/master-arm
in repository toolchain/ci/base-artifacts.
discards 316f2243 0: init: binutils-gcc-linux-glibc-gdb: 1
new f515ac11 0: init: : 1
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 (316f2243)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 | 207 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 15772 ++-
04-build_abe-stage1/console.log | 39753 +++----
05-clean_sysroot/console.log | 4 +-
06-build_abe-linux/console.log | 2524 +-
07-build_abe-glibc/console.log | 38124 ++++---
08-build_abe-stage2/console.log | 39456 +++----
09-build_abe-gdb/console.log | 12945 ++-
10-build_abe-dejagnu/console.log | 362 +-
11-build_abe-check_gdb/console.log | 52798 +--------
12-check_regression/console.log | 14 +-
13-update_baseline/console.log | 2 +-
console.log | 204240 +++++++++++++---------------------
jenkins/manifest.sh | 11 +-
sumfiles/gdb.log.xz | Bin 686224 -> 575408 bytes
sumfiles/gdb.sum | 70018 +++++-------
17 files changed, 178273 insertions(+), 298397 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 releases/gcc-11
in repository gcc.
from 4ee9e57684e Fortran: ICE in resolve_allocate_deallocate for invalid STA [...]
new be45bc283e1 c++: parameterized requires-expr as default argument [PR101725]
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/cp/cp-tree.h | 3 ++-
gcc/cp/decl.c | 8 ++++++++
gcc/cp/parser.c | 5 ++++-
gcc/cp/tree.c | 4 +++-
gcc/testsuite/g++.dg/DRs/dr2082.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-uneval4.C | 12 ++++++++++++
6 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2082.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval4.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.