This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 30c811f2bac c++: Fix type completeness checks for type traits [PR106838]
new 4f05ff34d63 libgomp.texi: Document libmemkind + nvptx/gcn specifics
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:
libgomp/libgomp.texi | 131 ++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 125 insertions(+), 6 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 d3883dc77b1 libstdc++: Find make_error_code and make_error_condition vi [...]
new 157236dbd62 libstdc++: Clear padding bits in atomic compare_exchange
new 4977507e329 libstdc++: Add always_inline attribute to std::byte operators
new 30c811f2bac c++: Fix type completeness checks for type traits [PR106838]
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/class.cc | 2 +-
gcc/cp/semantics.cc | 58 ++++++++---
gcc/doc/extend.texi | 30 +++---
gcc/testsuite/g++.dg/ext/array4.C | 3 +-
gcc/testsuite/g++.dg/ext/unary_trait_incomplete.C | 116 ++++++++++++++++-----
libstdc++-v3/include/bits/atomic_base.h | 97 +++++++++++++----
libstdc++-v3/include/c_global/cstddef | 13 ++-
libstdc++-v3/include/std/atomic | 58 +++++------
.../is_complete_or_unbounded/memoization_neg.cc | 2 +
.../is_move_constructible/incomplete_neg.cc | 1 +
.../20_util/is_nothrow_swappable/incomplete_neg.cc | 1 +
.../is_nothrow_swappable_with/incomplete_neg.cc | 1 +
.../20_util/is_swappable_with/incomplete_neg.cc | 1 +
.../29_atomics/atomic/compare_exchange_padding.cc | 42 ++++++++
.../atomic_ref/compare_exchange_padding.cc | 43 ++++++++
15 files changed, 364 insertions(+), 104 deletions(-)
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/compare_exchange_padding.cc
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_ref/compare_exchange_p [...]
--
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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
from a535d9514 5: onsuccess: all: Successful build after binutils/llvm/linux [...]
new ef0bd30bc 6: onsuccess: #231: all: Success after binutils/llvm/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 1716 -> 1692 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 29940 -> 29784 bytes
04-build_kernel_llvm/console.log.xz | Bin 63484 -> 64432 bytes
05-build_abe-qemu/console.log.xz | Bin 30528 -> 31320 bytes
06-build_linux/console.log.xz | Bin 4160 -> 3392 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 2952 -> 3284 bytes
08-check_regression/jira-body.txt | 3 +--
08-check_regression/mail-body.txt | 3 +--
08-check_regression/mail-subject.txt | 2 +-
dashboard/dashboard-generate.sh | 14 ++++++++++++++
dashboard/dashboard-push.sh | 7 +++++++
dashboard/squad/dashboard-push-squad.sh | 18 ++++++++++++++++++
dashboard/squad/summary-annotation.txt | 0
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 7 +++++++
mail/jira-body.txt | 20 +-------------------
mail/mail-body.txt | 20 +-------------------
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
24 files changed, 71 insertions(+), 63 deletions(-)
create mode 100755 dashboard/dashboard-generate.sh
create mode 100755 dashboard/dashboard-push.sh
create mode 100755 dashboard/squad/dashboard-push-squad.sh
create mode 100644 dashboard/squad/summary-annotation.txt
create mode 100755 jenkins/dashboard-push.sh
--
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 7a6564c9b27 analyzer: support for symbolic values in the out-of-bounds [...]
new d3883dc77b1 libstdc++: Find make_error_code and make_error_condition vi [...]
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/system_error | 18 +++++---
.../19_diagnostics/error_code/cons/lwg3629.cc | 48 ++++++++++++++++++++++
.../19_diagnostics/error_condition/cons/lwg3629.cc | 48 ++++++++++++++++++++++
3 files changed, 109 insertions(+), 5 deletions(-)
create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_code/cons/lwg3629.cc
create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/lwg3629.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_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 61d18b715 7: onsuccess: #860: all: Success after binutils/gcc/qemu: 103 [...]
new 1a4d29522 8: force: #862: all: Success after linux: 7 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 1684 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 29848 -> 29956 bytes
04-build_abe-stage1/console.log.xz | Bin 87116 -> 87136 bytes
05-build_abe-qemu/console.log.xz | Bin 31480 -> 31924 bytes
06-build_linux/console.log.xz | Bin 4140 -> 2992 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 2648 -> 1812 bytes
08-check_regression/mail-body.txt | 2 +-
09-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 4 ++--
dashboard/dashboard-push.sh | 6 ++++--
dashboard/squad/dashboard-push-squad.sh | 2 +-
git/linux_rev | 2 +-
jenkins/dashboard-push.sh | 6 ++++--
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 24 +++++++++++-------------
results | 2 +-
20 files changed, 30 insertions(+), 28 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 master
in repository toolchain/ci/interesting-commits.
from 6b93777 Add entry 3dd33a09f5dc12ccb0902923c4c784eb0f8c7554 from https [...]
new 411a496 Add entry d0ea42a7c1bcd47aa2b8c009b40fc4278d63f5cf from https [...]
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:
.../llvm-release-aarch64-spec2k6-Os/build_url | 1 +
.../last_good | 0
.../llvm-release-aarch64-spec2k6-Os/summary.txt | 22 ++++++++++++++
.../tcwg_bmk_llvm_apm/status.txt | 35 +++++++++++++++++++++-
4 files changed, 57 insertions(+), 1 deletion(-)
create mode 100644 llvm/sha1/d0ea42a7c1bcd47aa2b8c009b40fc4278d63f5cf/tcwg_bmk_llv [...]
copy llvm/sha1/d0ea42a7c1bcd47aa2b8c009b40fc4278d63f5cf/tcwg_bmk_llvm_apm/{llvm-ma [...]
create mode 100644 llvm/sha1/d0ea42a7c1bcd47aa2b8c009b40fc4278d63f5cf/tcwg_bmk_llv [...]
--
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_build/master-arm
in repository toolchain/ci/base-artifacts.
from e6b058ce2 33: onsuccess: #432: 6: Success after binutils/gcc/linux/gdb: [...]
new 80669532a 34: onsuccess: #433: 6: Success after binutils/gcc/linux/glib [...]
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 -> 1652 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 50948 -> 51496 bytes
05-build_abe-gcc/console.log.xz | Bin 232512 -> 236416 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 8668 -> 8652 bytes
08-build_abe-glibc/console.log.xz | Bin 233032 -> 234152 bytes
09-build_abe-gdb/console.log.xz | Bin 49776 -> 49948 bytes
10-check_regression/console.log.xz | Bin 3172 -> 3404 bytes
dashboard/dashboard-generate.sh | 4 ++--
dashboard/dashboard-push.sh | 6 +++--
dashboard/squad/dashboard-push-squad.sh | 2 +-
dashboard/squad/test/results-metadata.json | 16 ++++++-------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
jenkins/dashboard-push.sh | 6 +++--
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 36 ++++++++++++++---------------
23 files changed, 45 insertions(+), 41 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_profiled_lto
in repository toolchain/ci/base-artifacts.
from 2bbe59ac8 8: onsuccess: #118: 2: Success after binutils/gcc: 9 commits
new 02db66089 9: onsuccess: #119: 2: Success after binutils/gcc: 11 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 1676 -> 1672 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2704 bytes
04-build_abe-binutils/console.log.xz | Bin 49748 -> 51912 bytes
05-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 938212 -> 945620 bytes
06-check_regression/console.log.xz | Bin 2072 -> 2148 bytes
07-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 6 +++---
dashboard/dashboard-push.sh | 2 +-
dashboard/squad/dashboard-push-squad.sh | 6 +++++-
dashboard/squad/test/results-metadata.json | 12 ++++++------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
{dashboard => jenkins}/dashboard-push.sh | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
17 files changed, 31 insertions(+), 27 deletions(-)
copy {dashboard => jenkins}/dashboard-push.sh (83%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.