This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from df7bfdb7dbf c++: reference cast, conversion fn [PR113141]
new 716af95fd45 c++/modules: local type merging [PR99426]
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/module.cc | 180 +++++++++++++++++----
gcc/testsuite/g++.dg/modules/merge-17.h | 58 +++++++
.../g++.dg/modules/{auto-3_a.H => merge-17_a.H} | 3 +-
.../g++.dg/modules/{anon-2_b.C => merge-17_b.C} | 6 +-
.../{xtreme-header_a.H => xtreme-header-7_a.H} | 0
gcc/testsuite/g++.dg/modules/xtreme-header-7_b.C | 5 +
6 files changed, 215 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/merge-17.h
copy gcc/testsuite/g++.dg/modules/{auto-3_a.H => merge-17_a.H} (76%)
copy gcc/testsuite/g++.dg/modules/{anon-2_b.C => merge-17_b.C} (57%)
copy gcc/testsuite/g++.dg/modules/{xtreme-header_a.H => xtreme-header-7_a.H} (100%)
create mode 100644 gcc/testsuite/g++.dg/modules/xtreme-header-7_b.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 master
in repository gcc.
from c9500083073 Regenerate opt.urls
new d435571b54b c++: reference list-init, conversion fn [PR113141]
new df7bfdb7dbf c++: reference cast, conversion fn [PR113141]
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:
gcc/c-family/c.opt | 4 ++++
gcc/cp/call.cc | 33 +++++++++++++++++++++++++-----
gcc/doc/invoke.texi | 13 ++++++++++++
gcc/testsuite/g++.dg/conversion/ref12.C | 20 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist-ref1.C | 16 +++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist-ref2.C | 10 +++++++++
gcc/testsuite/g++.dg/cpp0x/initlist-ref3.C | 13 ++++++++++++
7 files changed, 104 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/ref12.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-ref1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-ref2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-ref3.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 master
in repository gcc.
from 91146346f57 c++: Fix bogus warnings about ignored annotations [PR114691]
new c9500083073 Regenerate opt.urls
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/config/riscv/riscv.opt.urls | 2 ++
1 file changed, 2 insertions(+)
--
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 0fd824d717c c++: Diagnose or avoid constexpr dtors in classes with virt [...]
new d74fe10b133 c++: templated substitution into lambda-expr, cont [PR114393]
new 91146346f57 c++: Fix bogus warnings about ignored annotations [PR114691]
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:
gcc/cp/pt.cc | 9 +++++++--
gcc/cp/semantics.cc | 6 +++++-
gcc/testsuite/g++.dg/cpp2a/lambda-targ2a.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/ext/pr114691.C | 22 ++++++++++++++++++++++
4 files changed, 48 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ2a.C
create mode 100644 gcc/testsuite/g++.dg/ext/pr114691.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 master
in repository binutils-gdb.
from ec489031709 New testcase gdb.threads/leader-exit-attach.exp (PR threads/8153)
new c223d373883 Fix setting watchpoints when current thread is running
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/breakpoint.c | 11 +-
.../recursion.c => gdb.base/watchpoint-running.c} | 44 +++----
gdb/testsuite/gdb.base/watchpoint-running.exp | 139 +++++++++++++++++++++
3 files changed, 169 insertions(+), 25 deletions(-)
copy gdb/testsuite/{gdb.reverse/recursion.c => gdb.base/watchpoint-running.c} (62%)
create mode 100644 gdb/testsuite/gdb.base/watchpoint-running.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 9b8c6fffcb1 aarch64: Avoid using mismatched ZERO ZA sizes
new 245595d7281 match: Fix `!a?b:c` and `a?~t:t` patterns for signed 1 bit [...]
new 0fd824d717c c++: Diagnose or avoid constexpr dtors in classes with virt [...]
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:
gcc/cp/constexpr.cc | 17 +++++++----------
gcc/match.pd | 6 +++++-
gcc/testsuite/g++.dg/cpp2a/constexpr-dtor16.C | 7 +++++++
gcc/testsuite/g++.dg/cpp2a/pr114426.C | 7 +++++++
gcc/testsuite/gcc.c-torture/execute/bitfld-signed1-1.c | 13 +++++++++++++
5 files changed, 39 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor16.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr114426.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/bitfld-signed1-1.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 master
in repository linux.
from 5939d45155bb Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm [...]
new d5cf50dafc9d Kconfig: add some hidden tabs on purpose
new b372e96bd0a3 ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE
new 17f8dc2db521 ceph: switch to use cap_delay_lock for the unlink delay list
new d3e046930679 MAINTAINERS: remove myself as a Reviewer for Ceph
new 90d3eaaf4f40 Merge tag 'ceph-for-6.9-rc4' of https://github.com/ceph/ce [...]
new 978e5c19dfef io_uring: Fix io_cqring_wait() not restoring sigmask on ge [...]
new 4fe82aedeb8a io_uring/net: restore msg_control on sendzc retry
new ff81dade4860 io-uring: correct typo in comment for IOU_F_TWQ_LAZY_WAKE
new c7adbe2eb763 Merge tag 'io_uring-6.9-20240412' of git://git.kernel.dk/linux
new beaa51b36012 blk-iocost: avoid out of bounds shift
new 8b8ace080319 block: fix q->blkg_list corruption during disk rebind
new b561ea56a264 block: allow device to have both virt_boundary_mask and ma [...]
new fcf3f7e2fc8a raid1: fix use-after-free for original bio in raid1_write_ [...]
new 013ee5a6234d Merge tag 'md-6.9-20240408' of https://git.kernel.org/pub/ [...]
new 3ec4848913d6 block: fix that blk_time_get_ns() doesn't update time afte [...]
new d7ad05815679 Merge tag 'block-6.9-20240412' of git://git.kernel.dk/linux
The 16 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:
MAINTAINERS | 2 --
arch/Kconfig | 12 ++++++------
block/blk-cgroup.c | 9 ++++++---
block/blk-cgroup.h | 2 ++
block/blk-core.c | 3 +++
block/blk-iocost.c | 7 ++++---
block/blk-settings.c | 16 ++++++----------
drivers/md/raid1.c | 2 +-
fs/ceph/addr.c | 4 +++-
fs/ceph/caps.c | 4 ++--
fs/ceph/mds_client.c | 9 ++++-----
fs/ceph/mds_client.h | 3 +--
include/linux/io_uring_types.h | 2 +-
io_uring/io_uring.c | 26 +++++++++++++-------------
io_uring/net.c | 1 +
15 files changed, 53 insertions(+), 49 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 9c25a9d0f75 Cygwin/testsuite: Avoid infinite hang
new ec489031709 New testcase gdb.threads/leader-exit-attach.exp (PR threads/8153)
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/gdb.threads/leader-exit-attach.exp | 87 ++++++++++++++++++++++++
1 file changed, 87 insertions(+)
create mode 100644 gdb/testsuite/gdb.threads/leader-exit-attach.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 binutils-gdb.
from 032e5e0c0c0 gdb/data-directory: silence output from mkinstalldirs script
new 9c25a9d0f75 Cygwin/testsuite: Avoid infinite hang
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/gdb.base/fork-no-detach-follow-child-dlopen.exp | 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 a76f236e084 s390: testsuite: Xfail range-sincos.c and vrp-float-abs-1.c
new 9b8c6fffcb1 aarch64: Avoid using mismatched ZERO ZA sizes
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/config/aarch64/aarch64.cc | 20 ++++++++++++--------
.../gcc.target/aarch64/sme/acle-asm/zero_mask_za.c | 6 +++---
2 files changed, 15 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.