This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d314907fc47 testsuite,X86: Fix missing USER_LABEL_PREFIX cases.
new 9cb1f565a91 c++, coroutines: Avoid expanding within templates [PR103868]
new 15a176a833f c++, coroutines: Make sure our temporaries are in a bind ex [...]
new 6cae3bb65c8 c++, coroutines: Account for overloaded promise return_valu [...]
new 7b96274a340 c++, coroutines: Improve check for throwing final await [PR [...]
The 4 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/coroutines.cc | 66 +++++++------
gcc/testsuite/g++.dg/coroutines/pr103868.C | 150 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/coroutines/pr104051.C | 29 ++++++
gcc/testsuite/g++.dg/coroutines/pr105287.C | 48 +++++++++
gcc/testsuite/g++.dg/coroutines/pr105301.C | 49 ++++++++++
5 files changed, 313 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr103868.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr104051.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr105287.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr105301.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/gnu-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards e6bbfee02 0: update: binutils-gcc-linux-qemu: boot
new 9b21f02b9 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 (e6bbfee02)
\
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.xz | Bin 1560 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2796 bytes
03-build_abe-binutils/console.log.xz | Bin 30264 -> 31352 bytes
04-build_abe-stage1/console.log.xz | Bin 90240 -> 90724 bytes
05-build_abe-qemu/console.log.xz | Bin 31824 -> 32268 bytes
06-build_linux/console.log.xz | Bin 4976 -> 5936 bytes
07-boot_linux/console.log.xz | Bin 5964 -> 5960 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 16 insertions(+), 16 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/gdb.
from 0e12331a9b gprofng: test suite problems
adds 44c70fb01f libctf: add a comment explaining how to use ctf_*open
adds 95ade9a5f4 libctf: impose an ordering on conflicting types
new 26b1426577 s390: Avoid dynamic TLS relocs in PIE
new d942d8db12 s390: Add DT_JMPREL pointing to .rela.[i]plt with static-pie
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:
bfd/elf64-s390.c | 41 ++++++++++++++++---------
include/ctf-api.h | 8 ++++-
ld/testsuite/ld-ctf/array-char-conflicting-1.c | 9 ++++++
ld/testsuite/ld-ctf/array-char-conflicting-2.c | 9 ++++++
ld/testsuite/ld-ctf/array-conflicted-ordering.d | 26 ++++++++++++++++
ld/testsuite/ld-ctf/array-extern.c | 1 +
ld/testsuite/ld-ctf/array-extern.d | 32 +++++++++++++++++++
ld/testsuite/ld-ctf/conflicting-typedefs.d | 2 +-
libctf/ctf-dedup.c | 21 ++++++++++++-
9 files changed, 132 insertions(+), 17 deletions(-)
create mode 100644 ld/testsuite/ld-ctf/array-char-conflicting-1.c
create mode 100644 ld/testsuite/ld-ctf/array-char-conflicting-2.c
create mode 100644 ld/testsuite/ld-ctf/array-conflicted-ordering.d
create mode 100644 ld/testsuite/ld-ctf/array-extern.c
create mode 100644 ld/testsuite/ld-ctf/array-extern.d
--
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_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from 84c1c9b013f testsuite: Add test case for pack/unpack bifs at soft-float [...]
adds f27848a5dc4 tree-optimization/105219 - bogus max iters for vectorized epilogue
adds 4e4f550a5bc doc: Document Solaris D bootstrap requirements [PR 103528]
adds f39fcafbc0d libstdc++: Remove redundant line in versioned namespace lin [...]
adds 80945261090 doc: Remove misleading text about multilibs for IEEE long double
adds 89dbf9a5f55 i386: Fix up ix86_gimplify_va_arg [PR105331]
adds d91cb2059fb d: Merge upstream dmd 313d28b3d, druntime e361d200.
new 4e117418fb7 libstdc++: Fix error reporting in filesystem::copy [PR99290]
new 851031b2fcd c++: global-namespace-qualified var after class def [PR90107]
new 350fcc7884b testsuite: Add target requires for ifuncs to mv31.C.
new d314907fc47 testsuite,X86: Fix missing USER_LABEL_PREFIX cases.
new 9cb1f565a91 c++, coroutines: Avoid expanding within templates [PR103868]
new 15a176a833f c++, coroutines: Make sure our temporaries are in a bind ex [...]
new 6cae3bb65c8 c++, coroutines: Account for overloaded promise return_valu [...]
new 7b96274a340 c++, coroutines: Improve check for throwing final await [PR [...]
The 8 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/i386/i386.cc | 1 +
gcc/cp/coroutines.cc | 66 +++++----
gcc/cp/parser.cc | 1 +
gcc/d/d-port.cc | 8 +-
gcc/d/dmd/MERGE | 2 +-
gcc/d/dmd/cparse.d | 95 ++++++++++---
gcc/d/dmd/dscope.d | 2 +
gcc/d/dmd/expression.h | 6 +-
gcc/d/dmd/expressionsem.d | 29 +++-
gcc/d/dmd/root/port.h | 5 +-
gcc/doc/install.texi | 25 ++--
gcc/testsuite/g++.dg/coroutines/pr103868.C | 150 +++++++++++++++++++++
gcc/testsuite/g++.dg/coroutines/pr104051.C | 29 ++++
gcc/testsuite/g++.dg/coroutines/pr105287.C | 48 +++++++
gcc/testsuite/g++.dg/coroutines/pr105301.C | 49 +++++++
gcc/testsuite/g++.dg/parse/qualified6.C | 10 ++
gcc/testsuite/g++.target/i386/mv31.C | 1 +
gcc/testsuite/gcc.dg/pr105331.c | 11 ++
gcc/testsuite/gcc.dg/vect/pr105219.c | 29 ++++
gcc/testsuite/gcc.target/i386/memcpy-strategy-10.c | 4 +-
gcc/testsuite/gcc.target/i386/memcpy-strategy-5.c | 4 +-
gcc/testsuite/gcc.target/i386/memset-strategy-5.c | 4 +-
gcc/testsuite/gcc.target/i386/memset-strategy-7.c | 4 +-
gcc/testsuite/gdc.test/compilable/revert_dip1000.d | 7 +
gcc/tree-vect-loop.cc | 6 +-
libphobos/libdruntime/MERGE | 2 +-
.../config/abi/pre/gnu-versioned-namespace.ver | 1 -
libstdc++-v3/src/c++17/fs_ops.cc | 8 +-
libstdc++-v3/src/filesystem/ops.cc | 8 +-
.../testsuite/27_io/filesystem/operations/copy.cc | 29 ++++
.../experimental/filesystem/operations/copy.cc | 29 ++++
31 files changed, 583 insertions(+), 90 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr103868.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr104051.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr105287.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr105301.C
create mode 100644 gcc/testsuite/g++.dg/parse/qualified6.C
create mode 100644 gcc/testsuite/gcc.dg/pr105331.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr105219.c
create mode 100644 gcc/testsuite/gdc.test/compilable/revert_dip1000.d
--
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_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 0e12331a9b gprofng: test suite problems
adds 44c70fb01f libctf: add a comment explaining how to use ctf_*open
adds 95ade9a5f4 libctf: impose an ordering on conflicting types
new 26b1426577 s390: Avoid dynamic TLS relocs in PIE
new d942d8db12 s390: Add DT_JMPREL pointing to .rela.[i]plt with static-pie
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:
bfd/elf64-s390.c | 41 ++++++++++++++++---------
include/ctf-api.h | 8 ++++-
ld/testsuite/ld-ctf/array-char-conflicting-1.c | 9 ++++++
ld/testsuite/ld-ctf/array-char-conflicting-2.c | 9 ++++++
ld/testsuite/ld-ctf/array-conflicted-ordering.d | 26 ++++++++++++++++
ld/testsuite/ld-ctf/array-extern.c | 1 +
ld/testsuite/ld-ctf/array-extern.d | 32 +++++++++++++++++++
ld/testsuite/ld-ctf/conflicting-typedefs.d | 2 +-
libctf/ctf-dedup.c | 21 ++++++++++++-
9 files changed, 132 insertions(+), 17 deletions(-)
create mode 100644 ld/testsuite/ld-ctf/array-char-conflicting-1.c
create mode 100644 ld/testsuite/ld-ctf/array-char-conflicting-2.c
create mode 100644 ld/testsuite/ld-ctf/array-conflicted-ordering.d
create mode 100644 ld/testsuite/ld-ctf/array-extern.c
create mode 100644 ld/testsuite/ld-ctf/array-extern.d
--
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_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards c2ef1a9a5 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
new 902a1d4f2 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
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 (c2ef1a9a5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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.xz | Bin 1600 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 17848 -> 17956 bytes
12-check_regression/console.log.xz | Bin 412 -> 412 bytes
13-update_baseline/console.log | 100 +++++++++++++++++------------------
jenkins/manifest.sh | 12 ++---
6 files changed, 56 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.