This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/bug32042
in repository glibc.
at a91bc9c50a resolv: Fix tst-resolv-short-response for older GCC (bug 32042)
This branch includes the following new commits:
new a91bc9c50a resolv: Fix tst-resolv-short-response for older GCC (bug 32042)
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.
--
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 c99cdcab4f1 omp-offload.cc: Fix value-expr handling of 'declare target [...]
new df2b444a233 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 annotated tag releases/gcc-14.2.0
in repository gcc.
at c035a7c30c3 (tag)
tagging 04696df09633baf97cdbbdd6e9929b9d472161d3 (commit)
replaces releases/gcc-14.1.0
tagged by Jakub Jelinek
on Thu Aug 1 08:18:32 2024 +0000
- Log -----------------------------------------------------------------
GCC 14.2.0 release
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJmq0TYAAoJEGw1uZMJtfpiOeAQAIQMR04kJz20ipNVafQsDtru
/5IZfd8fDhuUPu8hIaF05r/aqcZ4oeo0fmFMCR6Ml7j6n32rmJJyN/SRvFR0I6EE
6suHUW/qswgyFiTcH4eQu6nmZ1d79nnZ5KRtOC8apNgvmgybCzgeDjlP5Lnl9+qu
nVk61VQphdQIZ4r2Pk67YpYkYWOVVZFk2BRE9wfZAUJN4yPxHsMYzdJ3cjPfdLI8
ZyPyqnK7vwff09jZZMd2PGyR/3JCG9ljwvUrLI9SwFD2YD56rWhrCWWyLNP5l0wM
3KEQsWZer3f8/84SCy/pLubsN4vwSuM6KgLidg6erLyzYiMX+cZfnPgBB4Su2n+h
rhZr5/bc7YfTxUTGw+DERsFoJskxNwZTRxL08wf4IITUQERHmIAf2hoyUEFpLQ7j
pE9c9/sqmCMvk9JRx8cAXyD0r9TP75JgHse2NeyHgN3tviSRNh7LaO2Rt5zqGbKU
bEdexNFkB4G8VtEK+v9aJPw0z7L5NZOjVpxZyckyG/4JyHNUuyM8A42SGLAnTDjB
+/tOT9FeWrGD5Csd5bOUAg6B2EY8zuCS1VPtcMJYcVmrJKaSFHPH8oWNIL9q3IAR
xMo8/EhN7StjLKTervcHctsxJ2MvDZGwHncoh/FX4pX4Qp66vDpAmcj2ReKC0KGd
wSMe13J7X3SEq7YnOZ9D
=mdUv
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 04696df0963 Update ChangeLog and version files for release
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.
--
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 4bdcc1963b manual: make setrlimit() description less ambiguous
new 3b25c7fa87 Enhance test coverage for strnlen, wcsnlen
new 127ef30c46 Enhanced test coverage for strncmp, wcsncmp
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:
string/Makefile | 6 +-
string/test-Xncmp-nonarray.c | 183 +++++++++++++++++++++++++++++++++++++++++
string/test-Xnlen-nonarray.c | 133 ++++++++++++++++++++++++++++++
string/test-strncmp-nonarray.c | 4 +
string/test-strnlen-nonarray.c | 4 +
wcsmbs/Makefile | 5 ++
wcsmbs/test-wcsncmp-nonarray.c | 5 ++
wcsmbs/test-wcsnlen-nonarray.c | 5 ++
8 files changed, 344 insertions(+), 1 deletion(-)
create mode 100644 string/test-Xncmp-nonarray.c
create mode 100644 string/test-Xnlen-nonarray.c
create mode 100644 string/test-strncmp-nonarray.c
create mode 100644 string/test-strnlen-nonarray.c
create mode 100644 wcsmbs/test-wcsncmp-nonarray.c
create mode 100644 wcsmbs/test-wcsnlen-nonarray.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 release/2.40/master
in repository glibc.
from 132a72f93c manual: make setrlimit() description less ambiguous
new 509166c9a5 Enhance test coverage for strnlen, wcsnlen
new 46f19b2342 Enhanced test coverage for strncmp, wcsncmp
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:
string/Makefile | 6 +-
string/test-Xncmp-nonarray.c | 183 +++++++++++++++++++++++++++++++++++++++++
string/test-Xnlen-nonarray.c | 133 ++++++++++++++++++++++++++++++
string/test-strncmp-nonarray.c | 4 +
string/test-strnlen-nonarray.c | 4 +
wcsmbs/Makefile | 5 ++
wcsmbs/test-wcsncmp-nonarray.c | 5 ++
wcsmbs/test-wcsnlen-nonarray.c | 5 ++
8 files changed, 344 insertions(+), 1 deletion(-)
create mode 100644 string/test-Xncmp-nonarray.c
create mode 100644 string/test-Xnlen-nonarray.c
create mode 100644 string/test-strncmp-nonarray.c
create mode 100644 string/test-strnlen-nonarray.c
create mode 100644 wcsmbs/test-wcsncmp-nonarray.c
create mode 100644 wcsmbs/test-wcsnlen-nonarray.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 ca5915512b4 LoongArch: Fix ld FAIL test cases
new 1d4ed590757 [gdb/testsuite] Fix gdb.python/py-format-string.exp with py [...]
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.python/py-format-string.exp | 8 +++++++-
1 file changed, 7 insertions(+), 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 gcc.
from 25dba615e3c i386: Remove ndd support for *add<mode>_4 [PR113744]
new c99cdcab4f1 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/gimplify.cc | 2 +-
gcc/omp-offload.cc | 11 ++++++++---
libgomp/testsuite/libgomp.fortran/declare-target-link.f90 | 15 ++++++---------
3 files changed, 15 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 glibc.
from e3b0b3484c stdlib: Mark `abort` as `cold`
new 783d4c0b81 Enhance test coverage for strnlen, wcsnlen
new 54252394c2 Enhanced test coverage for strncmp, wcsncmp
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:
string/Makefile | 6 +-
string/test-Xncmp-nonarray.c | 183 +++++++++++++++++++++++++++++++++++++++++
string/test-Xnlen-nonarray.c | 133 ++++++++++++++++++++++++++++++
string/test-strncmp-nonarray.c | 4 +
string/test-strnlen-nonarray.c | 4 +
wcsmbs/Makefile | 5 ++
wcsmbs/test-wcsncmp-nonarray.c | 5 ++
wcsmbs/test-wcsnlen-nonarray.c | 5 ++
8 files changed, 344 insertions(+), 1 deletion(-)
create mode 100644 string/test-Xncmp-nonarray.c
create mode 100644 string/test-Xnlen-nonarray.c
create mode 100644 string/test-strncmp-nonarray.c
create mode 100644 string/test-strnlen-nonarray.c
create mode 100644 wcsmbs/test-wcsncmp-nonarray.c
create mode 100644 wcsmbs/test-wcsnlen-nonarray.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.