This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 067ebf84130 Update gcc fr.po, sv.po.
new 64da1b761db c++: Delegating constructor in constexpr init [PR94772]
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 | 8 +++
gcc/cp/constexpr.c | 28 ++++++++-
gcc/testsuite/ChangeLog | 7 +++
.../g++.dg/cpp1y/constexpr-tracking-const23.C | 21 +++++++
.../g++.dg/cpp1y/constexpr-tracking-const24.C | 26 +++++++++
.../g++.dg/cpp1y/constexpr-tracking-const25.C | 66 ++++++++++++++++++++++
6 files changed, 155 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const23.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const24.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const25.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 fa29cf0c3f1 Fix warning URLs for Fortran and analyzer [PR 92830]
new 067ebf84130 Update gcc fr.po, sv.po.
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/po/ChangeLog | 4 +
gcc/po/fr.po | 66 +++----
gcc/po/sv.po | 536 +++++++++++++++++++++----------------------------------
3 files changed, 243 insertions(+), 363 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 linux.
from 6a8b55ed4056 Linux 5.7-rc3
new 1a06d017fb3f Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
new 2ddddd0b4e89 Drivers: hv: Move AEOI determination to architecture depen [...]
new 421f090c819d x86/hyperv: Suspend/resume the VP assist page for hibernation
new 1d3c9c075462 hyper-v: Use UUID API for exporting the GUID
new f081bbb3fd03 hyper-v: Remove internal types from UAPI header
new 869997be0e3d Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...]
new 317ddf3715cd btrfs: discard: Use the correct style for SPDX License Identifier
new 5150bf19635c btrfs: fix memory leak of transaction when deleting unused [...]
new ef67963dac25 btrfs: drop logs when we've aborted a transaction
new f6033c5e3332 btrfs: fix block group leak when removing fails
new 1402d17dfd96 btrfs: fix transaction leak in btrfs_recover_relocation
new 51184ae37e05 Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/sc [...]
The 12 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:
arch/x86/hyperv/hv_init.c | 12 ++++++++++--
arch/x86/include/asm/mshyperv.h | 2 ++
drivers/hv/hv.c | 6 +-----
drivers/hv/hv_trace.h | 4 ++--
drivers/hv/vmbus_drv.c | 43 ++++++++++++++++++++++++++++++++---------
fs/btrfs/block-group.c | 20 +++++++++++++------
fs/btrfs/discard.h | 2 +-
fs/btrfs/disk-io.c | 36 ++++++++++++++++++++++++++++++----
fs/btrfs/relocation.c | 1 +
include/uapi/linux/hyperv.h | 4 ++--
10 files changed, 99 insertions(+), 31 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 topic/fifo
in repository newlib.
from 76a3257df Cygwin: FIFO: use yield() instead of Sleep(1) in raw_read
new 102e76031 Cygwin: FIFO: allow any reader to take ownership
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:
winsup/cygwin/fhandler.h | 28 +++++++++-
winsup/cygwin/fhandler_fifo.cc | 124 +++++++++++++++++++++++++++++++----------
winsup/cygwin/select.cc | 13 ++---
3 files changed, 124 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.
unknown user pushed a change to branch master
in repository glibc.
from def674652e nptl/tst-setuid1-static: Improve isolation from system objects
new a9bfa4353c support: Implement <support/xthread.h> key create/delete
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:
support/Makefile | 2 ++
.../xpthread_key_create.c | 17 +++++++++--------
.../htl/thrd_yield.c => support/xpthread_key_delete.c | 10 ++++------
support/xthread.h | 2 ++
4 files changed, 17 insertions(+), 14 deletions(-)
copy elf/tst-filterobj-filtee.c => support/xpthread_key_create.c (71%)
copy sysdeps/mach/htl/thrd_yield.c => support/xpthread_key_delete.c (80%)
--
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 562bfb1f0e6 aarch64: disable test on ilp32 [PR94697]
new 76458c912b0 demangler: Handle <=> operator in the demangler [PR94797]
new fa29cf0c3f1 Fix warning URLs for Fortran and analyzer [PR 92830]
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/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/opts.c | 87 +++++++++++++++++++++++++++++++----
gcc/selftest-run-tests.c | 1 +
gcc/selftest.h | 1 +
libiberty/ChangeLog | 6 +++
libiberty/cp-demangle.c | 1 +
libiberty/testsuite/demangle-expected | 3 ++
8 files changed, 93 insertions(+), 10 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 52eb5a52 Shellcheck fixes round 2
new b39cebb2 jenkins-helpers.sh: Rework print_host_for_node to rely only on ssh
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:
jenkins-helpers.sh | 31 ++++++++++++++-----------------
1 file changed, 14 insertions(+), 17 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 53e65d80dd8 arm: Fix an rtl checking failure in cde-errors.c
new 562bfb1f0e6 aarch64: disable test on ilp32 [PR94697]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/pr94697.c | 1 +
2 files changed, 6 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 binutils-gdb.
from 1eb39914279 gdb, gdbserver: remove configure check for fs_base/gs_base [...]
new 251dae91074 x86: Add i386 PE big-object support
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:
bfd/ChangeLog | 16 +++++++++
bfd/coff-i386.c | 72 +++++++++++++++++++++++++++++++++++++++++
bfd/coff-x86_64.c | 73 ++++++++++++++++++++++++++++++++++++++++++
bfd/config.bfd | 4 +--
bfd/configure | 3 +-
bfd/configure.ac | 3 +-
bfd/pe-i386.c | 3 ++
bfd/pe-x86_64.c | 66 ++------------------------------------
bfd/targets.c | 6 ++--
gas/ChangeLog | 8 +++++
gas/NEWS | 2 ++
gas/config/tc-i386.c | 2 +-
gas/doc/c-i386.texi | 3 +-
gas/testsuite/gas/pe/big-obj.d | 2 +-
gas/testsuite/gas/pe/pe.exp | 3 +-
ld/ChangeLog | 4 +++
ld/pe-dll.c | 10 ++++++
17 files changed, 205 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.
unknown user pushed a change to branch master
in repository glibc.
from d96cb37678 Increase the timeout of locale/tst-localedef-path-norm
new def674652e nptl/tst-setuid1-static: Improve isolation from system objects
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:
nptl/Makefile | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.