This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4c3f476e551 RISC-V: Fix format-diag warning from improperly formatted url
new 2f759fa9f4d i386: Refactor V2DI arithmetic right shift expansion for STV.
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/i386-expand.cc | 156 ++++++++++++++++++++++++++++
gcc/config/i386/i386-features.cc | 6 +-
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/sse.md | 159 +++--------------------------
gcc/testsuite/gcc.target/i386/sse2-stv-2.c | 10 ++
5 files changed, 180 insertions(+), 152 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-stv-2.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 180625ae72b c++: fold calls to std::forward_like [PR96780]
new 4c3f476e551 RISC-V: Fix format-diag warning from improperly formatted url
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.cc | 4 ++--
gcc/testsuite/gcc.target/riscv/predef-9.c | 2 +-
2 files changed, 3 insertions(+), 3 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 af1010268f8 gimple ssa: Put SCCOPY logic into a class
new 180625ae72b c++: fold calls to std::forward_like [PR96780]
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/cp-gimplify.cc | 1 +
gcc/testsuite/g++.dg/opt/pr96780.C | 5 +++++
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 linux.
from b446a2dae984 Merge tag 'linux_kselftest-fixes-6.11-rc3' of git://git.ke [...]
new e075c3b13a0a platform/x86: intel-vbtn: Protect ACPI notify handler agai [...]
new 4c83ee4bf32e platform/x86/amd: pmf: Add quirk for ROG Ally X
new 426463d94d45 platform/x86/amd/pmc: Send OS_HINT command for new AMD platform
new 942810c0e892 platform/x86/amd/pmf: Add new ACPI ID AMDI0107
new 6e73c490445a platform/x86: msi-wmi-platform: Fix spelling mistakes
new 3114f77e9453 platform/x86/intel/ifs: Initialize union ifs_status to zero
new eb5e56d14912 Merge tag 'platform-drivers-x86-v6.11-2' of git://git.kern [...]
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:
Documentation/wmi/devices/msi-wmi-platform.rst | 6 +++---
drivers/platform/x86/amd/pmc/pmc.c | 2 ++
drivers/platform/x86/amd/pmc/pmc.h | 1 +
drivers/platform/x86/amd/pmf/core.c | 3 +++
drivers/platform/x86/amd/pmf/pmf-quirks.c | 9 ++++++++-
drivers/platform/x86/intel/ifs/runtest.c | 2 +-
drivers/platform/x86/intel/vbtn.c | 9 +++++++++
7 files changed, 27 insertions(+), 5 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 main
in repository newlib.
from d001c01a7 stdatomic: make atomics compatible with GCC-14
new a0482c612 Cygwin: Suppress array-bounds warning from NtCurrentTeb()
new 367b69a28 Cygwin: Fix warnings about narrowing conversions of NTSTATUS [...]
new 696cd4ee0 Cygwin: Fix warning about address known to be non-NULL in /pr [...]
new f0c79f8ef Cygwin: Fix warning about narrowing conversions in tape options
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:
winsup/cygwin/exceptions.cc | 2 +-
winsup/cygwin/fhandler/proc.cc | 3 +--
winsup/cygwin/fhandler/tape.cc | 4 ++--
winsup/cygwin/local_includes/mtinfo.h | 2 +-
winsup/cygwin/local_includes/ntdll.h | 2 +-
winsup/cygwin/local_includes/winlean.h | 3 +++
winsup/cygwin/pinfo.cc | 2 +-
winsup/cygwin/sigproc.cc | 2 +-
8 files changed, 11 insertions(+), 9 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 942670c81d manual/stdio: Further clarify putc, putwc, getc, and getwc
new 2227195794 rtld: Fix handling of '--' option
new bd1719aca5 rtld: Add test case for '--' option
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:
elf/Makefile | 7 +++++++
elf/rtld.c | 16 ++++++++++------
...{tst-rtld-does-not-exist.sh => tst-rtld-dash-dash.sh} | 6 +++---
3 files changed, 20 insertions(+), 9 deletions(-)
copy elf/{tst-rtld-does-not-exist.sh => tst-rtld-dash-dash.sh} (82%)
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 81c3f2374 Add entry a7d6f7327e9211fbb4a800c06d00c4555dbffcec from https [...]
new 72e53721f Add entry 4cb07a38233aadb4b389a6e5236c95f52241b6e0 from https [...]
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/sha1/4cb07a38233aadb4b389a6e5236c95f52241b6e0/first_url | 1 +
.../tcwg_gcc_check/master-arm/build_url | 1 +
.../tcwg_gcc_check/master-arm/last_good | 1 +
3 files changed, 3 insertions(+)
create mode 100644 gcc/sha1/4cb07a38233aadb4b389a6e5236c95f52241b6e0/first_url
create mode 100644 gcc/sha1/4cb07a38233aadb4b389a6e5236c95f52241b6e0/tcwg_gcc_chec [...]
create mode 100644 gcc/sha1/4cb07a38233aadb4b389a6e5236c95f52241b6e0/tcwg_gcc_chec [...]
--
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 31efd46ad8a tree-optimization/116241 - ICE with SLP condition reduction
new af1010268f8 gimple ssa: Put SCCOPY logic into a class
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-ssa-sccopy.cc | 66 +++++++++++++++++++++++++++---------------------
1 file changed, 37 insertions(+), 29 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 release/2.39/master
in repository glibc.
from afc15c2044 Fix name space violation in fortify wrappers (bug 32052)
new 6eebc92cb2 manual/stdio: Further clarify putc, putwc, getc, and getwc
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:
manual/stdio.texi | 27 ++++++++++-----------------
1 file changed, 10 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.