This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 638fe9a49a2 contrib/download_prerequisites: Switch gcc.gnu.org link to https
new 269ce3de8c4 libstdc++: Fix ambiguity caused by new std::source_location [...]
new d78b2b6c012 libstdc++: make __collatenames array const in regex.tcc
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/regex.tcc | 2 +-
libstdc++-v3/include/std/contracts | 5 ++++-
libstdc++-v3/include/std/source_location | 4 ----
.../testsuite/18_support/contracts/includes.cc | 6 ------
libstdc++-v3/testsuite/18_support/contracts/srcloc.cc | 19 +++++++++++++++++++
5 files changed, 24 insertions(+), 12 deletions(-)
delete mode 100644 libstdc++-v3/testsuite/18_support/contracts/includes.cc
create mode 100644 libstdc++-v3/testsuite/18_support/contracts/srcloc.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 binutils-gdb.
from ad6e67cf58d [gold] Note gold and dwp deprecation in NEWS
new 164959506e9 Objdump: New feature display of global variable info based [...]
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:
binutils/NEWS | 3 +
binutils/doc/binutils.texi | 7 +
binutils/dwarf.c | 1731 ++++++++++++++++++++++++++-
binutils/dwarf.h | 256 ++++
binutils/objdump.c | 76 +-
binutils/testsuite/binutils-all/objdump.exp | 74 ++
6 files changed, 2118 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 master
in repository gcc.
from 216bda11307 aarch64: Adjust PR117048 scan assembly test
new 638fe9a49a2 contrib/download_prerequisites: Switch gcc.gnu.org link to 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:
contrib/download_prerequisites | 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 releases/gcc-15
in repository gcc.
from a423c594989 c++: cv-qualified pack index propagation [PR122169]
new 30b077e1f4f aarch64: PR target/123584 - Fix expansion of SHA3 XAR with [...]
new 54103e99fa8 aarch64: fix XAR tests
new 41ea5419a93 aarch64: Adjust PR117048 scan assembly test
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/config/aarch64/aarch64-simd.md | 17 ++++++++++++-----
gcc/testsuite/gcc.target/aarch64/rotate_xar_1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sha3_1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sha3_2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sha3_3.c | 2 +-
gcc/testsuite/gcc.target/aarch64/simd/pr117048.c | 12 ++++++------
gcc/testsuite/gcc.target/aarch64/torture/xar-zero.c | 9 +++++++++
gcc/testsuite/gcc.target/aarch64/xar_v2di_nonsve.c | 2 +-
8 files changed, 32 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/torture/xar-zero.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 7722c043f05 libiberty: add helper to swap doubly-linked list wrappers
new 216bda11307 aarch64: Adjust PR117048 scan assembly test
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.target/aarch64/simd/pr117048.c | 12 ++++++------
1 file changed, 6 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 86efa55197e libphobos: Merge upstream phobos f7249cf45
new 7722c043f05 libiberty: add helper to swap doubly-linked list wrappers
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:
include/doubly-linked-list.h | 37 ++++++++++++++++++++++++---
libiberty/testsuite/test-doubly-linked-list.c | 22 ++++++++++++++++
2 files changed, 55 insertions(+), 4 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 releases/gcc-15
in repository gcc.
from 4fa36577fc0 testsuite: lto: transform gcc-ar to include prefix
new a423c594989 c++: cv-qualified pack index propagation [PR122169]
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 | 9 ++++++--
gcc/testsuite/g++.dg/cpp26/pack-indexing19.C | 32 ++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/pack-indexing19.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 releases/gcc-14
in repository gcc.
from cf577605276 i386: Drop mask subst for define_insn_and_split of extend [ [...]
new 11e8abd2411 libstdc++: Use overload operator<=> when provided in relati [...]
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_cmp.h | 7 +-
libstdc++-v3/include/bits/stl_function.h | 183 ++++++-----
libstdc++-v3/include/std/concepts | 16 +
libstdc++-v3/libsupc++/compare | 5 +-
.../comparisons_pointer_spaceship.cc | 336 +++++++++++++++++++++
5 files changed, 468 insertions(+), 79 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/comparisons_poi [...]
--
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 40e2274ec0f testsuite: Add testcase for PR123986
new 86efa55197e libphobos: Merge upstream phobos f7249cf45
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:
libphobos/src/MERGE | 2 +-
libphobos/src/std/internal/unicode_comp.d | 352 +-
libphobos/src/std/internal/unicode_decomp.d | 4 +-
libphobos/src/std/internal/unicode_grapheme.d | 212 +-
libphobos/src/std/internal/unicode_norm.d | 8 +-
libphobos/src/std/internal/unicode_tables.d | 5572 +++++++++++++------------
6 files changed, 3145 insertions(+), 3005 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.