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 8b601b78f71 gdbserver: Add aarch64-windows support
new 524178359dd Automatic date update in version.in
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/version.h | 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-13
in repository gcc.
from 514f1d5c1fd Daily bump.
new 430a5720a97 libstdc++: Fix unsigned wraparound in codecvt::do_length [P [...]
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:
.../config/locale/dragonfly/codecvt_members.cc | 9 ++++++---
libstdc++-v3/config/locale/gnu/codecvt_members.cc | 9 ++++++---
.../22_locale/codecvt/length/wchar_t/105857.cc | 21 +++++++++++++++++++++
3 files changed, 33 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/105857.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.
unknown user pushed a change to branch master
in repository gcc.
from 4626921de24 libphobos: Bump soname to version 7 [PR122800]
new c28dd8467b1 analyzer: avoid calling binding_map::const_iterator::operat [...]
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/analyzer/program-state.cc | 5 ++-
gcc/analyzer/region-model-reachability.cc | 4 +-
gcc/analyzer/region-model.cc | 66 ++++++++++++-------------------
gcc/analyzer/store.cc | 23 ++++++++++-
gcc/analyzer/store.h | 24 ++++++-----
5 files changed, 67 insertions(+), 55 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 releases/gcc-14
in repository gcc.
from 21952da5d51 Daily bump.
new 2c39bf386d9 libstdc++: Fix unsigned wraparound in codecvt::do_length [P [...]
new 04feff723ea libstdc++: Implement <stdbit.h> for C++26 (P3370R1)
new a984819f300 libstdc++: Implement <stdckdint.h> for C++26 (P3370R1)
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:
.../config/locale/dragonfly/codecvt_members.cc | 9 +-
libstdc++-v3/config/locale/gnu/codecvt_members.cc | 9 +-
libstdc++-v3/include/Makefile.am | 2 +
libstdc++-v3/include/Makefile.in | 2 +
libstdc++-v3/include/c_compatibility/stdbit.h | 582 +++++++++++++++++++++
libstdc++-v3/include/c_compatibility/stdckdint.h | 113 ++++
libstdc++-v3/testsuite/20_util/stdbit/1.cc | 320 +++++++++++
libstdc++-v3/testsuite/20_util/stdbit/2_neg.cc | 45 ++
.../22_locale/codecvt/length/wchar_t/105857.cc | 21 +
libstdc++-v3/testsuite/26_numerics/stdckdint/1.cc | 63 +++
.../testsuite/26_numerics/stdckdint/2_neg.cc | 39 ++
11 files changed, 1199 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/include/c_compatibility/stdbit.h
create mode 100644 libstdc++-v3/include/c_compatibility/stdckdint.h
create mode 100644 libstdc++-v3/testsuite/20_util/stdbit/1.cc
create mode 100644 libstdc++-v3/testsuite/20_util/stdbit/2_neg.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/105857.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/stdckdint/1.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/stdckdint/2_neg.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.
unknown user pushed a change to branch master
in repository gcc.
from e373a57b07d testsuite: Make profopt-execute also copy profile data for [...]
new 3ec1d59c170 final: Fix out of bounds access for invalid asm operands [P [...]
new d1b30abe522 slsr: Use the correct type to try to convert to for inserti [...]
new 4626921de24 libphobos: Bump soname to version 7 [PR122800]
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/final.cc | 22 +++++++++---
gcc/gimple-ssa-strength-reduction.cc | 5 +--
gcc/testsuite/c-c++-common/asm-invalid-operand-1.c | 11 ++++++
gcc/testsuite/g++.dg/torture/pr123820-1.C | 41 ++++++++++++++++++++++
libphobos/configure | 2 +-
libphobos/configure.ac | 2 +-
6 files changed, 74 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asm-invalid-operand-1.c
create mode 100644 gcc/testsuite/g++.dg/torture/pr123820-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 binutils-gdb.
from f28ea4fa32e Minor cleanups in expanded-symbol.[ch]
new 9f99f2ad19b gdbserver: Update win32_target_ops to new stopped_data_addr [...]
new 8b6401cdd40 gdbserver: Move setting of process_info::tdesc into win32-i [...]
new fbf0e9445f2 gdbserver: Move software breakpoint recognition code into w [...]
new 8b601b78f71 gdbserver: Add aarch64-windows support
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:
gdbserver/configure.srv | 6 +
gdbserver/win32-aarch64-low.cc | 455 +++++++++++++++++++++++++++++++++++++++++
gdbserver/win32-i386-low.cc | 36 +++-
gdbserver/win32-low.cc | 30 ++-
gdbserver/win32-low.h | 14 +-
5 files changed, 508 insertions(+), 33 deletions(-)
create mode 100644 gdbserver/win32-aarch64-low.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.
unknown user pushed a change to branch master
in repository linux.
from 63804fed149a Linux 6.19-rc7
new cab012375122 fuse: fix conversion of fuse_reverse_inval_entry() to star [...]
new 10dcd5110678 nfs: properly disallow delegation requests on directories
new b9a9be4d3557 smb/client: properly disallow delegations on directories
new 5d65a70bd043 9p: don't allow delegations to be set on directories
new ce946c4fb98c gfs2: don't allow delegations to be set on directories
new ffb321045b0f ceph: don't allow delegations to be set on directories
new 8a5511eeaa5c vboxsf: don't allow delegations to be set on directories
new 7d42f2b1cc3a Merge patch series "vfs: properly deny directory leases on [...]
new c644bce62b9c readdir: require opt-in for d_type flags
new 543467d6fe97 writeback: fix 100% CPU usage when dirtytime_expire_interval is 0
new 30ef9a20f1fd docs: clarify that dirtytime_expire_seconds=0 disables writeback
new e16688084df7 Merge patch series "Fix vm.dirtytime_expire_seconds=0 caus [...]
new ab7ad7abb366 romfs: check sb_set_blocksize() return value
new 561940a7ee81 iomap: wait for batched folios to be stable in __iomap_get_folio
new e93b31d08162 writeback: use round_jiffies_relative for dirtytime_work
new 4973d95679fb fuse: use private naming for fuse hash size
new cb8d2bdcb824 fuse: fix race when disposing stale dentries
new 1e2c1af1beb3 fuse: make sure dentry is evicted if stale
new 09f7a43ae501 fuse: add need_resched() before unlocking bucket
new 3926746b5534 fuse: clean up fuse_dentry_tree_work()
new fa79401a9c35 fuse: shrink once after all buckets have been scanned
new 79d11311f64d vfs: document d_dispose_if_unused()
new 6358461178ca Merge patch series "fuse: fixes and cleanups for expired d [...]
new fcb70a56f4d8 Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub [...]
The 24 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:
Documentation/admin-guide/sysctl/vm.rst | 2 +
fs/9p/vfs_dir.c | 2 +
fs/ceph/dir.c | 2 +
fs/dcache.c | 10 +++++
fs/fs-writeback.c | 16 ++++++--
fs/fuse/dir.c | 66 ++++++++++++++++++---------------
fs/gfs2/file.c | 1 +
fs/iomap/buffered-io.c | 1 +
fs/nfs/dir.c | 1 +
fs/nfs/nfs4file.c | 2 -
fs/readdir.c | 3 ++
fs/romfs/super.c | 5 ++-
fs/smb/client/cifsfs.c | 4 +-
fs/vboxsf/dir.c | 1 +
include/linux/fs.h | 6 ++-
15 files changed, 82 insertions(+), 40 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 6660ba84d54 [gdb/testsuite] Fix gdb.dap/ada-non-ascii.exp for gcc < 10
new f28ea4fa32e Minor cleanups in expanded-symbol.[ch]
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/expanded-symbol.c | 43 ++++++++++++++++++++++---------------------
gdb/expanded-symbol.h | 30 +++++++++++++++---------------
2 files changed, 37 insertions(+), 36 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 a33091a696a aarch64: fix `asm.c` tests
new e373a57b07d testsuite: Make profopt-execute also copy profile data for [...]
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/lib/profopt.exp | 15 +++++++++++++++
1 file changed, 15 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 glibc.
from f99481e75e manual: Updates for the dynamic linker hardening recommendations
new bed2db02f3 posix: Run tst-wordexp-reuse-mem test
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:
posix/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.