This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9707d2e5dbb c++: parameterized requires-expr as default argument [PR101725]
new 6cc92e946ed rs6000: Add the rest of the [altivec] stanza to the builtins file
new ba6aa474705 rs6000: Add VSX builtins
new 873273449a9 rs6000: Add available-everywhere and ancient builtins
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/config/rs6000/rs6000-builtin-new.def | 1764 ++++++++++++++++++++++++++++++
gcc/config/rs6000/rs6000-call.c | 7 +-
gcc/config/rs6000/rs6000.h | 2 +
3 files changed, 1769 insertions(+), 4 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-aarch64-next-defconfig
in repository toolchain/ci/binutils-gdb.
from d2cb9c60a5 IBM Z: Add another arch14 instruction
adds 28392428d0 Automatic date update in version.in
adds 1e6a1c8306 Automatic date update in version.in
adds 96327e297b Automatic date update in version.in
adds d86cf1b0d5 PR28186, SEGV elf.c:7991:30 in _bfd_elf_fixup_group_sections
adds 9cb577deaa Automatic date update in version.in
adds e096899095 Automatic date update in version.in
adds d6b3a3af89 Automatic date update in version.in
adds 1b1676bffb Automatic date update in version.in
adds 303eea67cc Revert "Re: ld script expression parsing"
adds 60a7dc5647 Revert "ld --defsym"
adds dd713144aa Revert "ld script expression parsing"
No new revisions were added by this update.
Summary of changes:
bfd/elf.c | 2 +-
bfd/version.h | 2 +-
ld/ChangeLog | 14 -----------
ld/ldgram.y | 58 ++++++++++++++++---------------------------
ld/ldlex.h | 2 +-
ld/ldlex.l | 31 +++++++++++++----------
ld/testsuite/ld-elf/overlay.s | 4 ---
ld/testsuite/ld-elf/overlay.t | 6 +----
8 files changed, 44 insertions(+), 75 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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards dbcb93ee 0: update: binutils-gcc-linux-qemu: boot
new 2f07ab1a 0: update: binutils-gcc-linux-qemu: 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 (dbcb93ee)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 131 +-
02-prepare_abe/console.log | 492 +-
03-build_abe-binutils/console.log | 10081 +++++-----
04-build_abe-stage1/console.log | 13386 ++++++-------
05-build_abe-qemu/console.log | 6993 ++++---
06-build_linux/console.log | 527 +-
07-boot_linux/console.log | 513 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 32147 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 2 +-
14 files changed, 32194 insertions(+), 32128 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/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from cecdff844ac Small tweak to expand_used_vars
adds e8426554e13 Adjust volatile handling of the operand scanner
adds 2cb02e065ff target/101788 - avoid decomposing hard-register "loads"
adds cba64d855df Fix gcc.dg/lto/pr48622_0.c testcase
adds 58340a7cd36 Fortran: Fix c_float128 and c_float128_complex definitions.
adds 04ddd108d12 libstdc++: Fix missing descriptions in ChangeLog entries
adds 4fa6c0ec350 libstdc++: Define std::is_pointer_interconvertible_base_of [...]
new 61867083127 c++: most vexing parse and braced CTAD [PR89062]
new 7e39d1a15f5 c++: recognize class-scope non-template dguides [PR79501]
new ee8f9ff00d7 c++: Optimize constinit thread_local vars [PR101786]
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/decl2.c | 6 ++
gcc/cp/parser.c | 80 +++++++++++++++-------
gcc/fortran/iso-c-binding.def | 15 ++--
gcc/fortran/trans-common.c | 9 +--
gcc/fortran/trans-types.c | 12 +++-
gcc/testsuite/g++.dg/cpp1z/class-deduction97.C | 6 ++
gcc/testsuite/g++.dg/cpp1z/class-deduction98.C | 10 +++
gcc/testsuite/g++.dg/cpp2a/constinit16.C | 21 ++++++
gcc/testsuite/gcc.dg/lto/pr48622_1.c | 6 ++
gcc/tree-ssa-forwprop.c | 3 +-
gcc/tree-ssa-operands.c | 7 +-
libstdc++-v3/ChangeLog | 2 +
libstdc++-v3/include/std/type_traits | 27 ++++++++
libstdc++-v3/include/std/version | 4 ++
.../20_util/is_pointer_interconvertible/value.cc | 51 ++++++++++++++
.../20_util/is_pointer_interconvertible/version.cc | 10 +++
.../testsuite/23_containers/span/layout_compat.cc | 2 +-
17 files changed, 230 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction97.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction98.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constinit16.C
create mode 100644 gcc/testsuite/gcc.dg/lto/pr48622_1.c
create mode 100644 libstdc++-v3/testsuite/20_util/is_pointer_interconvertible/value.cc
create mode 100644 libstdc++-v3/testsuite/20_util/is_pointer_interconvertible/version.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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 2ff4c547 0: update: binutils-gcc: 1
new 843d9a1a 0: update: binutils-gcc: 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 (2ff4c547)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 | 130 +-
02-prepare_abe/console.log | 446 +-
04-build_abe-bootstrap/console.log | 57761 +++++++++++++++++-----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 38 +-
console.log | 58377 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
7 files changed, 58355 insertions(+), 58409 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.