This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 54252394c2 Enhanced test coverage for strncmp, wcsncmp
new 6c40cb0e9f linux: Update the mremap C implementation [BZ #31968]
new cb2dee4ecc mremap: Update manual entry
new ff0320bec2 Add mremap tests
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:
manual/llio.texi | 42 ++++++++++++---
misc/Makefile | 2 +
.../tst-mremap1.c | 40 +++++++-------
.../tst-mremap2.c | 48 +++++++++--------
.../generic/mremap-failure.h | 10 ++--
sysdeps/unix/sysv/linux/Makefile | 1 +
.../sysv/linux/mremap-failure.h} | 15 +++---
sysdeps/unix/sysv/linux/mremap.c | 14 ++++-
sysdeps/unix/sysv/linux/tst-linux-mremap1.c | 63 ++++++++++++++++++++++
9 files changed, 172 insertions(+), 63 deletions(-)
copy libio/tst-fdopen-seek-failure.c => misc/tst-mremap1.c (61%)
copy libio/tst-fdopen-seek-failure.c => misc/tst-mremap2.c (52%)
copy stdlib/stdc_bit_ceil_ull.c => sysdeps/generic/mremap-failure.h (82%)
copy sysdeps/{x86_64/tst-plt-rewrite1.c => unix/sysv/linux/mremap-failure.h} (80%)
create mode 100644 sysdeps/unix/sysv/linux/tst-linux-mremap1.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 3e4c47d1088 AVR: Tweak unsigned comparisons against 256 resp. 65536.
new b3974356b09 Add TARGET_MODE_CAN_TRANSFER_BITS
new c71646436a5 [x86] implement TARGET_MODE_CAN_TRANSFER_BITS
new ed03af4ef3b tree-optimization/114659 - VN and FP to int punning
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/config/i386/i386.cc | 22 ++++++++++++
gcc/doc/tm.texi | 11 ++++++
gcc/doc/tm.texi.in | 2 ++
gcc/target.def | 13 +++++++
gcc/target.h | 16 +++++++++
gcc/testsuite/gcc.target/i386/pr114659.c | 62 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.cc | 11 +++---
7 files changed, 130 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr114659.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 devel/omp/gcc-14
in repository gcc.
from 84efccbc61d Merge branch 'releases/gcc-14' into devel/omp/gcc-14
adds fb2f72db27b Bump BASE-VER.
adds 973097d801a i386: Fix up *<extract_type>_vinsert<shuffletype><extract_s [...]
new 3d3c4425604 Merge branch 'releases/gcc-14' into devel/omp/gcc-14
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/BASE-VER | 2 +-
gcc/config/i386/sse.md | 42 +++++++++++-----------
gcc/testsuite/gcc.target/i386/avx512dq-pr90991-1.c | 3 ++
gcc/testsuite/gcc.target/i386/avx512dq-pr90991-2.c | 3 ++
4 files changed, 28 insertions(+), 22 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 fb2f72db27b Bump BASE-VER.
new 973097d801a i386: Fix up *<extract_type>_vinsert<shuffletype><extract_s [...]
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/i386/sse.md | 42 +++++++++++-----------
gcc/testsuite/gcc.target/i386/avx512dq-pr90991-1.c | 3 ++
gcc/testsuite/gcc.target/i386/avx512dq-pr90991-2.c | 3 ++
3 files changed, 27 insertions(+), 21 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 04696df0963 Update ChangeLog and version files for release
new fb2f72db27b Bump BASE-VER.
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/BASE-VER | 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 binutils-gdb.
from 1d4ed590757 [gdb/testsuite] Fix gdb.python/py-format-string.exp with py [...]
new b782c65ba11 gdb: AArch64: Support MTE on baremetal
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/Makefile.in | 3 +
gdb/NEWS | 3 +
gdb/aarch64-linux-tdep.c | 168 +-----------------------
gdb/aarch64-tdep.c | 168 ++++++++++++++++++++++++
gdb/aarch64-tdep.h | 2 +
gdb/arch/aarch64-mte-linux.c | 56 --------
gdb/arch/aarch64-mte-linux.h | 27 ----
gdb/arch/{aarch64-mte-linux.c => aarch64-mte.c} | 70 +---------
gdb/arch/{aarch64-mte-linux.h => aarch64-mte.h} | 40 +-----
gdb/configure.tgt | 3 +-
gdb/nat/aarch64-mte-linux-ptrace.c | 1 +
gdbserver/configure.srv | 1 +
12 files changed, 192 insertions(+), 350 deletions(-)
copy gdb/arch/{aarch64-mte-linux.c => aarch64-mte.c} (52%)
copy gdb/arch/{aarch64-mte-linux.h => aarch64-mte.h} (59%)
--
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 devel/omp/gcc-14
in repository gcc.
from 4d76fe46875 gfortran.dg/compiler-directive_2.f: Update dg-error
new 7543bfda00d omp-offload.cc: Fix value-expr handling of 'declare target [...]
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/ChangeLog.omp | 12 ++++++++++++
gcc/gimplify.cc | 2 +-
gcc/omp-offload.cc | 11 ++++++++---
libgomp/ChangeLog.omp | 10 ++++++++++
libgomp/testsuite/libgomp.fortran/declare-target-link.f90 | 15 ++++++---------
5 files changed, 37 insertions(+), 13 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 df2b444a233 i386: Fix up *<extract_type>_vinsert<shuffletype><extract_s [...]
new d0504847970 AVR: Tweak register pressure for const_fixed compares against "M".
new 3e4c47d1088 AVR: Tweak unsigned comparisons against 256 resp. 65536.
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/config/avr/avr.md | 64 ++++++++++++++++++++++++++++++++-----------
gcc/config/avr/constraints.md | 7 +++++
2 files changed, 55 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.