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 0b2f8a3bbb5 [gdb/testsuite] Remove KFAIL from gdb.base/info-macros.exp
new 56a4f5a10b1 [gdb/testsuite] Add PR number to KFAIL in gdb.opt/inline-cmds.exp
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/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.opt/inline-cmds.exp | 2 +-
2 files changed, 5 insertions(+), 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 master
in repository binutils-gdb.
from 5390c717386 [gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr [...]
new 0b2f8a3bbb5 [gdb/testsuite] Remove KFAIL from gdb.base/info-macros.exp
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/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/info-macros.exp | 5 +----
2 files changed, 5 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 15cd93d05e8 [gdb/symtab] Handle struct decl with DW_AT_signature
new 5390c717386 [gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr [...]
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/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.ada/array_ptr_renaming.exp | 2 +-
2 files changed, 5 insertions(+), 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 master
in repository binutils-gdb.
from 30b57e1bea5 Automatic date update in version.in
new 15cd93d05e8 [gdb/symtab] Handle struct decl with DW_AT_signature
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 | 5 +
gdb/dwarf2/read.c | 3 +-
gdb/testsuite/ChangeLog | 5 +
.../main.c => gdb.dwarf2/main-foo.c} | 9 ++
gdb/testsuite/gdb.dwarf2/struct-with-sig.exp | 141 +++++++++++++++++++++
5 files changed, 162 insertions(+), 1 deletion(-)
copy gdb/testsuite/{gdb.debuginfod/main.c => gdb.dwarf2/main-foo.c} (89%)
create mode 100644 gdb/testsuite/gdb.dwarf2/struct-with-sig.exp
--
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 b9c91b7f327 coroutines: Fix handling of non-class coroutine returns [PR94759]
new f5edc76acac coroutines: Pass class ref to traits lookup and promise all [...]
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:
gcc/cp/ChangeLog | 12 +++++
gcc/cp/coroutines.cc | 55 ++++++++++++++++++++--
gcc/testsuite/ChangeLog | 6 +++
.../pr9xxxx-mismatched-traits-and-promise-prev.C | 29 ++++++++++++
4 files changed, 98 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr9xxxx-mismatched-traits-and-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 tested
in repository toolchain/jenkins-scripts.
from 2382c087 Various shellcheck warning fixes
adds 52eb5a52 Shellcheck fixes round 2
adds b39cebb2 jenkins-helpers.sh: Rework print_host_for_node to rely only on ssh
No new revisions were added by this update.
Summary of changes:
MakeRelease.job | 3 +-
TestRelease.job | 10 ++++---
jenkins-helpers.sh | 69 ++++++++++++++++++++++---------------------
jenkins.sh | 21 +++++++++----
round-robin-bisect.sh | 10 +++++--
sanity-check.sh | 2 +-
start-container-qemu.sh | 12 +++++---
tcwg-benchmark.sh | 2 ++
tcwg-buildfarm.sh | 17 +++++++----
tcwg-generate-source-cache.sh | 2 +-
tcwg_gnu-build.sh | 12 +++++++-
tcwg_kernel-build.sh | 39 +++++++++++++++++++-----
12 files changed, 133 insertions(+), 66 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 5726da6bdcd Daily bump.
new b9c91b7f327 coroutines: Fix handling of non-class coroutine returns [PR94759]
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:
gcc/cp/ChangeLog | 9 ++
gcc/cp/coroutines.cc | 104 ++++++++++-----------
gcc/testsuite/ChangeLog | 13 ++-
.../coroutines/coro-bad-alloc-00-bad-op-new.C | 2 +-
.../coroutines/coro-bad-alloc-01-bad-op-del.C | 2 +-
.../coroutines/coro-bad-alloc-02-no-op-new-nt.C | 2 +-
.../g++.dg/coroutines/coro-missing-promise.C | 2 -
.../g++.dg/coroutines/pr93458-5-bad-coro-type.C | 4 +-
.../coroutines/torture/co-ret-17-void-ret-coro.C | 57 +++++++++++
libstdc++-v3/ChangeLog | 7 ++
libstdc++-v3/include/std/coroutine | 15 ++-
11 files changed, 151 insertions(+), 66 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/co-ret-17-void-ret-coro.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.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 253b6edd2fc libphobos: Fix struct layout of addrinfo on sparc-*-solaris*
new 89da6494d78 Daily bump.
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:
gcc/DATESTAMP | 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 master
in repository gcc.
from 174b6f73501 coroutines: Fix for uses of structured binding [PR94701]
new 5726da6bdcd Daily bump.
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:
gcc/DATESTAMP | 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 releases/gcc-8
in repository gcc.
from 661772c7b85 Daily bump.
new 0a6cc68bc0d Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.