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 16bd13978f3 Fix GDB build: ELF support check & -lzstd
new 1557c9ff815 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gdb-12-branch
in repository binutils-gdb.
from a2add1757e4 Automatic date update in version.in
new cb6780e38d0 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_debug
in repository toolchain/ci/base-artifacts.
from d8738f25f8 54: onsuccess: #467: 1: Success after binutils/gcc: 28 commits
new 2d81d0d00c 55: onsuccess: #468: 1: Success after binutils/gcc: 30 commits
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 1668 -> 1716 bytes
02-prepare_abe/console.log.xz | Bin 2700 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 50568 -> 50540 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 112060 -> 111832 bytes
06-check_regression/console.log.xz | Bin 3136 -> 3100 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
12 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_kernel/gnu-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
from 32cd64c3a3 17: onsuccess: #533: 33: Success after binutils/gcc/linux/qe [...]
new d58930d073 18: onsuccess: #534: 33: Success after binutils/gcc/linux/qe [...]
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 1708 -> 1872 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30192 -> 30836 bytes
04-build_abe-stage1/console.log.xz | Bin 90920 -> 92084 bytes
05-build_abe-qemu/console.log.xz | Bin 31208 -> 30724 bytes
06-build_linux/console.log.xz | Bin 4524 -> 4748 bytes
08-check_regression/console.log.xz | Bin 4380 -> 4452 bytes
09-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 insertions(+), 33 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 f1adf45b17f Add instruction level discriminator support.
new fa9bda3ea43 libstdc++: Make INVOKE<R> refuse to create dangling referen [...]
new d01f112de4a libstdc++: Disable volatile-qualified std::bind for C++20
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:
libstdc++-v3/doc/html/index.html | 2 +-
libstdc++-v3/doc/html/manual/api.html | 5 ++++
libstdc++-v3/doc/html/manual/appendix.html | 2 +-
libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +-
libstdc++-v3/doc/html/manual/bugs.html | 6 ++++
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/using_macros.html | 5 ++--
libstdc++-v3/doc/xml/manual/evolution.xml | 13 +++++++++
libstdc++-v3/doc/xml/manual/intro.xml | 9 ++++++
libstdc++-v3/doc/xml/manual/using.xml | 5 ++--
libstdc++-v3/include/bits/invoke.h | 30 ++++++++------------
libstdc++-v3/include/std/functional | 32 ++++++++++++++++------
libstdc++-v3/include/std/type_traits | 27 +++++++++++-------
libstdc++-v3/testsuite/20_util/bind/cv_quals.cc | 25 +++++++++--------
libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc | 12 ++++----
.../testsuite/20_util/bind/dangling_ref.cc | 9 ++++++
.../testsuite/20_util/function/cons/70692.cc | 13 +++++++++
.../function_objects/invoke/dangling_ref.cc | 12 ++++++++
.../testsuite/20_util/is_invocable/dangling_ref.cc | 6 ++++
.../30_threads/packaged_task/cons/dangling_ref.cc | 11 ++++++++
20 files changed, 167 insertions(+), 61 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/bind/dangling_ref.cc
create mode 100644 libstdc++-v3/testsuite/20_util/function/cons/70692.cc
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/invoke/dangling_ref.cc
create mode 100644 libstdc++-v3/testsuite/20_util/is_invocable/dangling_ref.cc
create mode 100644 libstdc++-v3/testsuite/30_threads/packaged_task/cons/dangling_ref.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_native_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
from 6d3ccddeef 50: onsuccess: #490: 1: Success after binutils: 6 commits
new 5238701a0c 51: onsuccess: #493: 1: Success after binutils: 13 commits
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 1660 -> 1720 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 50768 -> 51396 bytes
04-build_abe-gcc/console.log.xz | Bin 233264 -> 231368 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8416 -> 8384 bytes
07-build_abe-glibc/console.log.xz | Bin 232648 -> 232228 bytes
08-build_abe-gdb/console.log.xz | Bin 48860 -> 48320 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3872 -> 3804 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2876 -> 2872 bytes
11-check_regression/console.log.xz | Bin 4868 -> 4808 bytes
11-check_regression/results.compare | 16 +-
11-check_regression/results.compare2 | 6 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 20 +-
sumfiles/g++.log.xz | Bin 2848756 -> 2841308 bytes
sumfiles/g++.sum | 126 +-
sumfiles/gcc.log.xz | Bin 2471056 -> 2495060 bytes
sumfiles/gcc.sum | 4518 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 944556 -> 946936 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2252 -> 2260 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 217780 -> 217640 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2676 -> 2676 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 459176 -> 464164 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2386 insertions(+), 2386 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.