This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 76b6905c11fd Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://g [...]
new ef17b519088e pmdomain: amlogic: fix T7 ISP secpower
new 81e4f8d68c66 Merge tag 'pmdomain-v6.14-rc4' of git://git.kernel.org/pub [...]
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:
drivers/pmdomain/amlogic/meson-secure-pwrc.c | 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 glibc.
from 997f49fbad elf: Fix tst-origin make rules
new dd003db8d1 benchtests: Increase iterations of bench-malloc-simple
new 9f551e28a7 malloc: Improve arena_for_chunk()
new cf56eb28fa AArch64: Optimize algorithm in users of SVE expf helper
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:
benchtests/bench-malloc-simple.c | 2 +-
malloc/arena.c | 13 +++++++------
sysdeps/aarch64/fpu/coshf_sve.c | 6 +++---
sysdeps/aarch64/fpu/expf_sve.c | 6 +++---
sysdeps/aarch64/fpu/sv_expf_inline.h | 30 ++++++++++--------------------
5 files changed, 24 insertions(+), 33 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 annotated tag cygwin-3.7.0-dev
in repository newlib.
at 0edb4b3de (tag)
tagging d5025106cf4fc520fd9ad5e53272bf9dc193bc1f (commit)
replaces cygwin-3.6.0
tagged by Corinna Vinschen
on Tue Mar 18 17:29:03 2025 +0100
- Log -----------------------------------------------------------------
Start Cygwin 3.7 development
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 81130174f Cygwin: doc: clarify release message in terms of old NT4/Samb [...]
new 57cb4dcb9 Cygwin: doc: rename sched_setpolicy(2) to sched_setscheduler(2)
new d5025106c Cygwin: bump DLL version to 3.7.0
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:
winsup/cygwin/include/cygwin/version.h | 2 +-
winsup/doc/posix.xml | 4 ++--
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 c49382fd221 cobol: Bring the code base into compliance with C++14
new 8333f1c7e69 doc: regenerate rs6000/rs6000.opt.urls
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/rs6000/rs6000.opt.urls | 3 +++
1 file changed, 3 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 563e6d926d9 testsuite: Add support for dg-output-file directive
new c49382fd221 cobol: Bring the code base into compliance with C++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/cobol/cdf.y | 12 +-
gcc/cobol/copybook.h | 21 +--
gcc/cobol/dts.h | 6 +-
gcc/cobol/except.cc | 9 +-
gcc/cobol/genapi.cc | 79 +++++-----
gcc/cobol/genutil.cc | 3 +
gcc/cobol/genutil.h | 4 +
gcc/cobol/lexio.cc | 23 +--
gcc/cobol/parse.y | 406 ++++++++++++++++++++++++-------------------------
gcc/cobol/parse_ante.h | 79 +++++-----
gcc/cobol/show_parse.h | 2 +-
gcc/cobol/symbols.cc | 268 ++++++++++++++++----------------
gcc/cobol/symbols.h | 230 +++++++++++++++++++++++++---
gcc/cobol/util.cc | 66 ++++----
14 files changed, 724 insertions(+), 484 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 51b1c0a2dde c++: memfn pointer as NTTP argument considered unused [PR119233]
new 563e6d926d9 testsuite: Add support for dg-output-file directive
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/doc/sourcebuild.texi | 4 +
gcc/testsuite/gcc.dg/dg-output-file-1-ilp32.txt | 3 +
gcc/testsuite/gcc.dg/dg-output-file-1-lp64.txt | 3 +
gcc/testsuite/gcc.dg/dg-output-file-1.c | 13 ++++
gcc/testsuite/lib/dg-test-cleanup.exp | 4 +
gcc/testsuite/lib/gcc-dg.exp | 99 +++++++++++++++++++++++++
6 files changed, 126 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/dg-output-file-1-ilp32.txt
create mode 100644 gcc/testsuite/gcc.dg/dg-output-file-1-lp64.txt
create mode 100644 gcc/testsuite/gcc.dg/dg-output-file-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 gcc.
from d1fd9da39ab Build and install gcobol driver for the cross build
new 51b1c0a2dde c++: memfn pointer as NTTP argument considered unused [PR119233]
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/pt.cc | 6 ++++++
gcc/testsuite/g++.dg/template/fn-ptr5.C | 28 ++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/fn-ptr5.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 6eb9dab4c99 gdb/dwarf: set m_top_level_die directly in read_cutu_die_from_dwo
new 29b2c50ece6 [gdb/testsuite] Fix gdb.base/enum_cond.exp on arm-linux
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/testsuite/gdb.base/enum_cond.c | 16 ++++++++++++++++
gdb/testsuite/gdb.base/enum_cond.exp | 15 ++++++++++++++-
gdb/testsuite/lib/gdb.exp | 12 ++++++++++++
3 files changed, 42 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.