This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c1fc9f6e10e libstdc++: assert that type traits are not misused with inc [...]
new 1b8a23fc97d runtime: remove __go_ptrace on AIX
new d482c07b345 c++: restrict test to c++>=11 [pr97171]
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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/g++.dg/template/local-fn4.C | 2 +-
libgo/runtime/go-varargs.c | 4 +++-
3 files changed, 5 insertions(+), 3 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-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 670ae61ca 2: update: binutils-gcc-linux: 20908
new 0128ee168 2: update: binutils-gcc-linux: 20908
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 (670ae61ca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 169 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 11913 +++++----
04-build_abe-stage1/console.log | 20578 +++++++-------
05-build_linux/console.log | 9886 +++----
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 140 +-
08-update_baseline/results.regressions | 20 +-
console.log | 43144 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
11 files changed, 43038 insertions(+), 43306 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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 610cc6900 0: update: binutils-gcc-linux: all
new a974f8718 0: update: binutils-gcc-linux: 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 (610cc6900)
\
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 | 184 +-
02-prepare_abe/console.log | 210 +-
03-build_abe-binutils/console.log | 11006 +++++------
04-build_abe-stage1/console.log | 18011 +++++++++---------
05-build_linux/console.log | 726 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30143 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 30170 insertions(+), 30132 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 42907ca9a49 libstdc++: Specialize ranges::__detail::__box for semiregul [...]
new c1fc9f6e10e libstdc++: assert that type traits are not misused with inc [...]
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:
libstdc++-v3/include/std/type_traits | 19 ++++++
.../20_util/invoke_result/incomplete_args_neg.cc | 47 +++++++++++++++
.../20_util/is_invocable/incomplete_args_neg.cc | 70 ++++++++++++++++++++++
.../incomplete_neg.cc | 14 +++--
.../is_nothrow_invocable/incomplete_args_neg.cc | 70 ++++++++++++++++++++++
.../20_util/is_nothrow_invocable/incomplete_neg.cc | 6 ++
6 files changed, 222 insertions(+), 4 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/invoke_result/incomplete_args_neg.cc
create mode 100644 libstdc++-v3/testsuite/20_util/is_invocable/incomplete_args_neg.cc
copy libstdc++-v3/testsuite/20_util/{is_nothrow_invocable => is_invocable}/incompl [...]
create mode 100644 libstdc++-v3/testsuite/20_util/is_nothrow_invocable/incomplete_ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.