This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 65f3a439c4f ext-dce: Don't refine live width with SUBREG mode if !TRULY [...]
new 54e4f75b7d5 cobol: Eliminate cppcheck warnings for libgcobol [PR119323]
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:
libgcobol/charmaps.cc | 11 +-
libgcobol/common-defs.h | 14 +-
libgcobol/gfileio.cc | 80 ++--
libgcobol/gmath.cc | 314 +++++++-------
libgcobol/intrinsic.cc | 563 +++++++++++++-----------
libgcobol/libgcobol.cc | 1106 ++++++++++++++++++++++++-----------------------
libgcobol/libgcobol.h | 28 +-
libgcobol/valconv.cc | 10 +-
libgcobol/valconv.h | 8 +-
9 files changed, 1122 insertions(+), 1012 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 e885fd43db posix: fix building regex when _LIBC isn't defined
new 46acdf46cc manual: Document error codes missing for 'if_indextoname'
new 5a9020eeb2 manual: Document error codes missing for 'if_nametoindex'
new 140b20e971 manual: Document error codes missing for 'inet_pton'
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/socket.texi | 47 +++++++++++++++++++++++++++++++++++++++++------
1 file changed, 41 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 3cfa53aa95a libstdc++: Test for formatting with empty spec for time points.
new b7960a3f966 ranger: Add support for float <-> float casts [PR120231]
new b876a7fc805 ranger: Some parameter formatting fixes
new 65f3a439c4f ext-dce: Don't refine live width with SUBREG mode if !TRULY [...]
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/ext-dce.cc | 17 ++-
gcc/range-op-float.cc | 203 +++++++++++++++++++++++------
gcc/range-op-mixed.h | 26 ++--
gcc/range-op.cc | 27 ++--
gcc/testsuite/gcc.dg/tree-ssa/pr120231-1.c | 67 ++++++++++
5 files changed, 273 insertions(+), 67 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr120231-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 6545e2f301c libstdc++: Implement C++23 P1659R3 starts_with and ends_with
new 3cfa53aa95a libstdc++: Test for formatting with empty spec for time points.
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:
.../testsuite/std/time/format/empty_spec.cc | 208 +++++++++++++++++++--
1 file changed, 194 insertions(+), 14 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 28106a0c5d1 [PATCH] RISC-V: Imply zicsr for svade and svadu extensions.
new 6545e2f301c libstdc++: Implement C++23 P1659R3 starts_with and ends_with
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/include/bits/ranges_algo.h | 248 +++++++++++++++++++++
libstdc++-v3/include/bits/version.def | 8 +
libstdc++-v3/include/bits/version.h | 10 +
libstdc++-v3/include/std/algorithm | 1 +
libstdc++-v3/src/c++23/std.cc.in | 4 +
.../testsuite/25_algorithms/ends_with/1.cc | 165 ++++++++++++++
.../testsuite/25_algorithms/starts_with/1.cc | 158 +++++++++++++
7 files changed, 594 insertions(+)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/ends_with/1.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/starts_with/1.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 07e3ed74a2b [PATCH v2] RISC-V: Add svbare extension.
new 28106a0c5d1 [PATCH] RISC-V: Imply zicsr for svade and svadu extensions.
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-ext.def | 4 ++--
1 file changed, 2 insertions(+), 2 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 5dc3c5c1648 libstdc++: Refactor __semaphore_base member functions
new 07e3ed74a2b [PATCH v2] RISC-V: Add svbare extension.
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-ext.def | 13 +++++++++++++
gcc/config/riscv/riscv-ext.opt | 2 ++
gcc/doc/riscv-ext.texi | 4 ++++
gcc/testsuite/gcc.target/riscv/arch-60.c | 5 +++++
4 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-60.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 5cb46d8fff0 emit-rtl: Tweak validate_subreg ordered_p condition [PR120447]
new 7be4913b8f8 libstdc++: Fix std::counting_semaphore::acquire deadlock [P [...]
new 5dc3c5c1648 libstdc++: Refactor __semaphore_base member functions
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:
libstdc++-v3/include/bits/semaphore_base.h | 105 +++++++++++++--------
.../testsuite/30_threads/semaphore/104928-2.cc | 101 ++++++++++++++++++++
.../testsuite/30_threads/semaphore/104928.cc | 70 ++++++++++++++
3 files changed, 239 insertions(+), 37 deletions(-)
create mode 100644 libstdc++-v3/testsuite/30_threads/semaphore/104928-2.cc
create mode 100644 libstdc++-v3/testsuite/30_threads/semaphore/104928.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 0f56d67a498 libgomp.texi (omp_interop_*): Add note about 5.2-to-6.0 inc [...]
new 5cb46d8fff0 emit-rtl: Tweak validate_subreg ordered_p condition [PR120447]
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/emit-rtl.cc | 9 +++++----
gcc/testsuite/gcc.dg/pr120447.c | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr120447.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 246fe7c3353 aarch64: Support id_aa64fpfr0_el1, id_aa64pfr2_el1
new 75e514cfa56 Revert "libctf: fix linking of non-root-visible types"
new 002957be18e libctf: dedup: improve hiding of conflicting types in the s [...]
new cedf6f8702e libctf: dedup: preserve non-root flag across normal links
new d4e9d956572 libctf, dedup: reclaim space wasted by duplicate hidden types
new f86f9fd8599 libctf: use __attribute__((__gnu_printf__)) where appropriate
The 5 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:
libctf/ctf-dedup.c | 249 +++++++++++++++++----
libctf/ctf-hash.c | 29 ++-
libctf/ctf-impl.h | 15 +-
libctf/ctf-link.c | 22 +-
.../libctf-writable/ctf-nonroot-linking.c | 11 -
5 files changed, 259 insertions(+), 67 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.