This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 59067ddf66e Use integer_{zero,one}_node some more
new 47cdd86cd5d aarch64: Sync aarch64-sys-regs.def with Binutils
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-sys-regs.def | 1 +
1 file changed, 1 insertion(+)
--
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 main
in repository newlib.
from bfe2790e7 winsup/cygwin/fhandler/proc.cc: format_proc_cpuinfo() Linux 6 [...]
new d06113bf8 Cygwin: readdir(3): stop support for pre-Cygwin 1.5.0 apps
new 14970f264 Cygwin: dirent.h: fix a comment
new 171916960 Cygwin: (mostly) drop NT4 and Samba < 3.0 support
new 80f722e97 Cygwin: opendir(3): move ENOTDIR check into main function
new 205190a80 Cygwin: // and //server: switch to Network Discovery
new 8bd6ba8f1 Cygwin: /proc: fix mem leak in opendir in error case
The 6 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/autoload.cc | 11 +-
winsup/cygwin/dir.cc | 14 +-
winsup/cygwin/fhandler/disk_file.cc | 11 +-
winsup/cygwin/fhandler/netdrive.cc | 481 +++++++++++++++++---------------
winsup/cygwin/fhandler/proc.cc | 2 +
winsup/cygwin/fhandler/virtual.cc | 4 +-
winsup/cygwin/local_includes/dirent.h | 2 +-
winsup/cygwin/local_includes/fhandler.h | 1 +
winsup/cygwin/release/3.6.0 | 6 +
winsup/cygwin/sec/base.cc | 3 +-
winsup/cygwin/uinfo.cc | 77 ++---
11 files changed, 304 insertions(+), 308 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 8a61ee551ce [gdb/symtab] Workaround PR gas/31115
new 35716707ebb gdb: syscalls: Update linux-defaults.xml.in
new 59a83e67de2 gdb: syscalls: Update .xml.in files for some archs
new 950895a209a gdb: syscalls: Update .xml files for some archs
new a08dc2aa004 gdb: syscalls: Add loongarch-linux.xml.in
new 65a550468cf gdb: syscalls: Generate loongarch-linux.xml
new b369b90c0d8 gdb: syscalls: Add loongarch case in update-linux-from-src.sh
new 53ff349e553 gdb: LoongArch: Set the correct XML syscall filename
The 7 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/data-directory/Makefile.in | 1 +
gdb/loongarch-linux-tdep.c | 7 ++
gdb/syscalls/amd64-linux.xml | 11 +++
gdb/syscalls/amd64-linux.xml.in | 11 +++
gdb/syscalls/i386-linux.xml | 11 +++
gdb/syscalls/i386-linux.xml.in | 11 +++
gdb/syscalls/linux-defaults.xml.in | 3 +
.../{aarch64-linux.xml => loongarch-linux.xml} | 76 ++++++++++++++++++---
...aarch64-linux.xml.in => loongarch-linux.xml.in} | 78 +++++++++++++++++++---
gdb/syscalls/mips-n32-linux.xml | 11 +++
gdb/syscalls/mips-n32-linux.xml.in | 11 +++
gdb/syscalls/mips-n64-linux.xml | 11 +++
gdb/syscalls/mips-n64-linux.xml.in | 11 +++
gdb/syscalls/mips-o32-linux.xml | 11 +++
gdb/syscalls/mips-o32-linux.xml.in | 11 +++
gdb/syscalls/ppc-linux.xml | 11 +++
gdb/syscalls/ppc-linux.xml.in | 11 +++
gdb/syscalls/ppc64-linux.xml | 11 +++
gdb/syscalls/ppc64-linux.xml.in | 11 +++
gdb/syscalls/s390-linux.xml | 12 ++++
gdb/syscalls/s390-linux.xml.in | 12 ++++
gdb/syscalls/s390x-linux.xml | 12 ++++
gdb/syscalls/s390x-linux.xml.in | 12 ++++
gdb/syscalls/sparc-linux.xml | 11 +++
gdb/syscalls/sparc-linux.xml.in | 11 +++
gdb/syscalls/sparc64-linux.xml | 11 +++
gdb/syscalls/sparc64-linux.xml.in | 11 +++
gdb/syscalls/update-linux-from-src.sh | 4 ++
28 files changed, 397 insertions(+), 18 deletions(-)
copy gdb/syscalls/{aarch64-linux.xml => loongarch-linux.xml} (78%)
copy gdb/syscalls/{aarch64-linux.xml.in => loongarch-linux.xml.in} (78%)
--
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 456e10f28b3 bitint: Fix handling of conditional bitfield loads [PR114365]
new 59067ddf66e Use integer_{zero,one}_node some more
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/constraint-manager.cc | 14 +++++++-------
gcc/analyzer/region-model.cc | 28 ++++++++++++++--------------
gcc/cp/coroutines.cc | 4 ++--
gcc/fortran/trans-array.cc | 2 +-
gcc/fortran/trans-decl.cc | 2 +-
gcc/fortran/trans-expr.cc | 4 ++--
gcc/fortran/trans-intrinsic.cc | 4 ++--
gcc/fortran/trans-stmt.cc | 8 ++++----
gcc/fortran/trans.cc | 8 ++++----
gcc/objc/objc-next-runtime-abi-02.cc | 2 +-
10 files changed, 38 insertions(+), 38 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 4c276896d64 testsuite: add the case to cover the vectorization of A[(i+ [...]
new 456e10f28b3 bitint: Fix handling of conditional bitfield loads [PR114365]
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/gimple-lower-bitint.cc | 1 +
gcc/testsuite/gcc.dg/{bitint-74.c => bitint-102.c} | 14 ++++++++------
2 files changed, 9 insertions(+), 6 deletions(-)
copy gcc/testsuite/gcc.dg/{bitint-74.c => bitint-102.c} (50%)
--
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 cd1ce3b326d RISC-V: Introduce option -mrvv-max-lmul for RVV autovec
new 5e64228fe1f system.h: rename vec_step to workaround powerpc/clang bug [ [...]
new 0ba773df160 tree-ssa-loop-ch: Fix comment typos
new 4c276896d64 testsuite: add the case to cover the vectorization of A[(i+ [...]
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/system.h | 6 ++++++
gcc/testsuite/gcc.dg/vect/pr114322.c | 20 ++++++++++++++++++++
gcc/tree-ssa-loop-ch.cc | 4 ++--
3 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr114322.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 8f39d04b97c Automatic date update in version.in
new 8a61ee551ce [gdb/symtab] Workaround PR gas/31115
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/dwarf2/cu.c | 1 +
gdb/dwarf2/cu.h | 1 +
gdb/dwarf2/read.c | 22 ++++++++++++++++++++++
3 files changed, 24 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 994d8f922b9 LoongArch: Combine UNITS_PER_FP_REG and UNITS_PER_FPREG macros.
new 6a55e39bdb1 middle-end/113396 - int128 array index and value-ranges
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/gcc.dg/torture/pr113396.c | 19 +++++++++++++++++++
gcc/tree-dfa.cc | 6 ++++--
2 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr113396.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-13
in repository gcc.
from 77f94f0f59a Daily bump.
new 86183487993 libstdc++: Fix _Safe_local_iterator<>::_M_valid_range
new 51e2f7a22e8 libstdc++: Fix N3344 behavior on _Safe_iterator::_M_can_advance
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:
libstdc++-v3/include/debug/safe_iterator.tcc | 3 +++
libstdc++-v3/include/debug/safe_local_iterator.tcc | 8 ++++++-
.../23_containers/unordered_set/debug/114316.cc | 28 ++++++++++++++++++++++
.../vector/debug/{114316.cc => n3644.cc} | 6 ++---
4 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/debug/114316.cc
copy libstdc++-v3/testsuite/23_containers/vector/debug/{114316.cc => n3644.cc} (75%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.