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 abbfe1e2616 middle-end: Fix ifcvt predicate generation for masked funct [...]
new cbb1814ffa2 libstdc++: Use std::move for iterator in ranges::fill [PR117094]
new 8f181a2f878 libstdc++: Populate generic std::time_get's wide %c format [...]
new 7836113ff47 libstdc++: Tweak %c formatting for chrono types
new f1436fde432 libstdc++: Fix localized %c formatting for <chrono> [PR117085]
new 4d8a55ac552 libstdc++: Implement LWG 3564 for ranges::transform_view
new f1cee9d1a04 libstdc++: Increase timeouts for PSTL tests in debug mode [ [...]
new 23480efbab9 libstdc++: Fix Python deprecation warning in printers.py
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:
libstdc++-v3/config/locale/generic/time_members.cc | 8 ++---
libstdc++-v3/include/bits/chrono_io.h | 14 +++++----
libstdc++-v3/include/bits/ranges_algobase.h | 2 +-
libstdc++-v3/include/std/ranges | 9 ++++--
libstdc++-v3/python/libstdcxx/v6/printers.py | 19 ++++++++----
.../testsuite/25_algorithms/fill/constrained.cc | 34 ++++++++++++++++++++++
.../pstl/alg_modifying_operations/rotate_copy.cc | 1 +
.../alg_modifying_operations/transform_binary.cc | 1 +
.../pstl/alg_nonmodifying/mismatch.cc | 1 +
.../pstl/alg_sorting/lexicographical_compare.cc | 1 +
.../pstl/alg_sorting/minmax_element.cc | 1 +
.../pstl/alg_sorting/set_symmetric_difference.cc | 1 +
.../testsuite/std/ranges/adaptors/transform.cc | 19 ++++++++++++
.../testsuite/std/time/{ => format}/format.cc | 0
libstdc++-v3/testsuite/std/time/format/pr117085.cc | 19 ++++++++++++
15 files changed, 111 insertions(+), 19 deletions(-)
rename libstdc++-v3/testsuite/std/time/{ => format}/format.cc (100%)
create mode 100644 libstdc++-v3/testsuite/std/time/format/pr117085.cc
--
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 b9e98bb9919 libstdc++: Fix Python deprecation warning in printers.py
new 65abc81c398 testsuite: Add tests for C23 __STDC_VERSION__
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/c23-version-1.c | 9 +++++++++
gcc/testsuite/gcc.dg/c23-version-2.c | 9 +++++++++
gcc/testsuite/gcc.dg/gnu23-version-1.c | 9 +++++++++
3 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/c23-version-1.c
create mode 100644 gcc/testsuite/gcc.dg/c23-version-2.c
create mode 100644 gcc/testsuite/gcc.dg/gnu23-version-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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d34527d5b Add entry 1411185a57ed246558f0f97d7faf0dc050de3708 from https [...]
new d286f2194 Add entry 4425dfba6a1f394e958e94aa471a07bcf707136a 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:
.../first_url | 2 +-
.../tcwg_bmk-code_vect-spec2k6/llvm-aarch64-master-O3/build_url | 2 +-
.../tcwg_bmk-code_vect-spec2k6/llvm-aarch64-master-O3/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{0548481856e75998e1de329f5c9722dcf1ca5c84 => 4425dfba6a1f394e958e94 [...]
copy llvm/sha1/{22089dc91d6e48649412764c34c0140eea0a795b => 4425dfba6a1f394e958e94 [...]
create mode 100644 llvm/sha1/4425dfba6a1f394e958e94aa471a07bcf707136a/tcwg_bmk-cod [...]
--
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 cc217a1ecb0 RISC-V: Use biggest_mode as mode for constants.
new b9e98bb9919 libstdc++: Fix Python deprecation warning in printers.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:
libstdc++-v3/python/libstdcxx/v6/printers.py | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 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 f9bac238840 c: Speed up compilation of large char array initializers wh [...]
new cc217a1ecb0 RISC-V: Use biggest_mode as mode for constants.
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-vector-costs.cc | 14 ++++++++++----
gcc/testsuite/gcc.target/riscv/rvv/autovec/pr116655.c | 11 +++++++++++
2 files changed, 21 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr116655.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 b388f65abc7 sparc: drop -mlra
new a9e14d2ddf2 vax: fixup vax.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/vax/vax.opt.urls | 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 gcc.
from 2813a5bc7af MAINTAINERS: Fix name order
new b388f65abc7 sparc: drop -mlra
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/sparc/sparc.cc | 16 ----------------
gcc/config/sparc/sparc.md | 15 ++++-----------
gcc/config/sparc/sparc.opt | 4 ----
gcc/config/sparc/sparc.opt.urls | 3 ---
gcc/doc/invoke.texi | 10 +---------
5 files changed, 5 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.