This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 05f14938111 c++: Diagnose invalid use of member function in requires
new 0fe9eaaa083 libstdc++: Improve tests for __cpp_lib_erase_if macro
new 587970215f4 c++: reject scalar array initialization with nullptr [PR94510]
new aedd04caa94 c++: generic lambda forwarding function [PR94546]
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/cp/ChangeLog | 22 +++++
gcc/cp/cp-tree.h | 7 +-
gcc/cp/decl.c | 42 ----------
gcc/cp/mangle.c | 28 ++++---
gcc/cp/pt.c | 55 ++++++++----
gcc/cp/tree.c | 97 ++++++----------------
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/g++.dg/abi/mangle72.C | 34 ++++----
.../g++.dg/cpp2a/lambda-generic-variadic20.C | 23 +++++
gcc/testsuite/g++.dg/cpp2a/nontype-class36.C | 76 +++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class37.C | 80 ++++++++++++++++++
gcc/testsuite/g++.dg/init/array58.C | 26 ++++++
gcc/testsuite/g++.dg/init/array59.C | 42 ++++++++++
libstdc++-v3/ChangeLog | 14 ++++
.../testsuite/21_strings/basic_string/erasure.cc | 6 ++
.../testsuite/23_containers/deque/erasure.cc | 4 +-
.../23_containers/forward_list/erasure.cc | 4 +-
.../testsuite/23_containers/list/erasure.cc | 4 +-
.../testsuite/23_containers/map/erasure.cc | 4 +-
.../testsuite/23_containers/set/erasure.cc | 4 +-
.../23_containers/unordered_map/erasure.cc | 4 +-
.../23_containers/unordered_set/erasure.cc | 4 +-
.../testsuite/23_containers/vector/erasure.cc | 4 +-
23 files changed, 409 insertions(+), 183 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic-variadic20.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class36.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class37.C
create mode 100644 gcc/testsuite/g++.dg/init/array58.C
create mode 100644 gcc/testsuite/g++.dg/init/array59.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/llvm-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 4d75910e4 0: update: llvm-linux: boot
new 3c607635c 0: update: llvm-linux: 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 (4d75910e4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 14 +-
02-build_llvm/console.log | 12672 +++++++++++++++++-----------------
03-build_linux/console.log | 712 +-
04-boot_linux/console.log | 480 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 2 +-
console.log | 13888 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 13899 insertions(+), 13891 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 44a3729ec 0: update: binutils-gcc-linux: boot
new b5d9546ac 0: update: binutils-gcc-linux: 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 (44a3729ec)
\
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 | 38 +-
02-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 11233 +++++-----
04-build_abe-stage1/console.log | 19581 +++++++++--------
05-build_linux/console.log | 3334 +--
06-boot_linux/console.log | 480 +-
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 | 35170 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 35187 insertions(+), 35095 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 binutils-gdb.
from 1d3eb55695b symver11.s: Add ".balign 8"
new 3d5afab3393 [gdb/symtab] Don't create duplicate psymtab for forward-imp [...]
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:
gdb/ChangeLog | 6 ++++++
gdb/dwarf2/read.c | 7 ++++++-
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.dwarf2/imported-unit.exp | 18 ++++++++++++++++++
4 files changed, 36 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.