This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 7fedb3f3 0: update: glibc-f147616d6891a3726ff39b7c3bc1539c86667626: 6
new 54705c7d 0: update: qemu-d73c46e4a84e47ffc61b8bf7c378b1383e7316b5: 6
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 (7fedb3f3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-aarch64 [...]
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 | 137 +-
02-prepare_abe/console.log | 430 +-
04-build_abe-binutils/console.log | 11207 ++--
05-build_abe-stage1/console.log | 15694 +++--
06-build_abe-linux/console.log | 308 +-
07-build_abe-glibc/console.log | 40173 +++++++------
08-build_abe-stage2/console.log | 40582 +++++++------
09-build_abe-qemu/console.log | 3355 +-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 112248 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
12 files changed, 112046 insertions(+), 112102 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 23acadb9 2: update: llvm-linux: 21149
new 1f01b92a 2: update: llvm-linux: 21151
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 (23acadb9)
\
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 | 191 +-
02-build_llvm/console.log | 12719 ++++++++++++-------------
03-build_linux/console.log | 1711 ++--
05-check_regression/console.log | 24 +-
05-check_regression/results.regressions | 14 +-
06-update_baseline/console.log | 148 +-
06-update_baseline/results.regressions | 14 +-
console.log | 14793 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
results | 2 +-
10 files changed, 14860 insertions(+), 14766 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 341035a54aa c++: consteval-defarg1.C test variant for templates
new 896048cf43d c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]
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/c-family/c-common.c | 1 +
gcc/c-family/c-common.h | 2 +-
gcc/cp/constexpr.c | 206 +++++++++++++++
gcc/cp/cp-gimplify.c | 5 +
gcc/cp/cp-objcp-common.c | 2 +
gcc/cp/cp-tree.def | 3 +
gcc/cp/cp-tree.h | 2 +
gcc/cp/cxx-pretty-print.c | 9 +
gcc/cp/parser.c | 26 ++
gcc/cp/pt.c | 7 +
gcc/cp/semantics.c | 71 ++++++
gcc/cp/tree.c | 2 +
gcc/doc/extend.texi | 15 ++
gcc/fold-const.c | 440 +++++++++++++++++++++++++++++----
gcc/fold-const.h | 4 +-
gcc/gimple-fold.c | 74 +++++-
gcc/gimple-fold.h | 1 +
gcc/testsuite/g++.dg/cpp2a/bit-cast1.C | 47 ++++
gcc/testsuite/g++.dg/cpp2a/bit-cast2.C | 57 +++++
gcc/testsuite/g++.dg/cpp2a/bit-cast3.C | 229 +++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/bit-cast4.C | 44 ++++
gcc/testsuite/g++.dg/cpp2a/bit-cast5.C | 69 ++++++
22 files changed, 1264 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast3.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast4.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast5.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.
unknown user pushed a change to branch master
in repository gcc.
from 614aff0adf8 tree-ssa-threadedge.c (record_temporary_equivalences_from_s [...]
new 341035a54aa c++: consteval-defarg1.C test variant for templates
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/g++.dg/cpp2a/consteval-defarg2.C | 29 ++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-defarg2.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_bmk_tk1/gnu-release-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards e3c85d41 2: update: binutils-gcc-glibc: 1
new 518a4631 2: update: gcc-9f4ae405df5ca9f7292326789f78c740309fae3b: 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 (e3c85d41)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-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 | 184 +-
02-prepare_abe/console.log | 437 +-
03-build_abe-binutils/console.log | 10604 ++-
04-build_abe-stage1/console.log | 17973 ++--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 38151 ++++-----
07-build_abe-stage2/console.log | 44495 +++++-----
09-benchmark--O2_marm/benchmark-start.log | 2 +-
09-benchmark--O2_marm/benchmark.log | 39 +-
09-benchmark--O2_marm/console.log | 155 +-
10-check_regression/console.log | 3689 +-
10-check_regression/results-0.csv | 3237 +-
10-check_regression/results-1.csv | 3194 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 7 +-
10-check_regression/results-full.csv | 3452 +-
10-check_regression/results.csv | 243 +-
10-check_regression/results.log | 4004 +-
11-update_baseline/console.log | 7398 +-
11-update_baseline/extra-bisect-params | 2 +-
11-update_baseline/results-1.csv | 3194 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 7 +-
11-update_baseline/results-full.csv | 3192 +-
11-update_baseline/results.csv | 237 +-
11-update_baseline/results.log | 2888 +-
11-update_baseline/results.regressions | 3 +-
console.log | 123448 +++++++++++++--------------
jenkins/manifest.sh | 18 +-
results_id | 2 +-
30 files changed, 134312 insertions(+), 136351 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_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards cd2f8d79 0: update: binutils-25428040229b10f5a8a71be51dfc6ee2fc3f41b9: 6
new 7fedb3f3 0: update: glibc-f147616d6891a3726ff39b7c3bc1539c86667626: 6
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 (cd2f8d79)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-aarch64 [...]
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 | 224 +-
02-prepare_abe/console.log | 402 +-
04-build_abe-binutils/console.log | 11727 ++--
05-build_abe-stage1/console.log | 15698 ++---
06-build_abe-linux/console.log | 312 +-
07-build_abe-glibc/console.log | 40159 ++++++-------
08-build_abe-stage2/console.log | 40603 ++++++-------
09-build_abe-qemu/console.log | 3172 +-
10-check_regression/console.log | 18 +-
11-update_baseline/console.log | 16 +-
console.log | 112751 +++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
12 files changed, 112326 insertions(+), 112768 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 devel/c++-modules
in repository gcc.
from ead3c5394df More documentation
new 8a9aaaf7c11 c++tools: fix typo
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:
ChangeLog.modules | 5 +++++
c++tools/Makefile.in | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.