This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bb6075e7115 s390: Always compute address of stack protector guard
new 9c600a7e6cc libstdc++: Better CTAD for span and mdspan [PR120914].
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/std/mdspan | 8 ++-----
libstdc++-v3/include/std/span | 20 ++++++++++++++++-
.../testsuite/23_containers/mdspan/extents/misc.cc | 20 +++++++++++++++++
.../testsuite/23_containers/mdspan/mdspan.cc | 25 ++++++++++++++++++++++
.../testsuite/23_containers/span/deduction.cc | 3 +++
5 files changed, 69 insertions(+), 7 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 binutils-gdb.
from 89e55ca4fa2 New Malay translation for bfd/ and new Spanish translation [...]
new ff38d7218d2 Fix wchar.exp test case per review
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/wchar.exp | 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 a543fcbb72f libstdc++: Silence a warning in a test for span.
new bb6075e7115 s390: Always compute address of stack protector guard
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/s390/s390.md | 47 ++++++++++++++++++++--
.../gcc.target/s390/stack-protector-guard-tls-1.c | 39 ++++++++++++++++++
2 files changed, 82 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/stack-protector-guard-tls-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 ad2bab693f7 Avoid IPA opts around guality plumbing
new a543fcbb72f libstdc++: Silence a warning in a test for span.
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/testsuite/23_containers/span/contiguous_range_neg.cc | 1 +
1 file changed, 1 insertion(+)
--
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 3fd638a9e54 [PATCH] riscv: allow zero in zacas subword atomic cas
new 7b3b315e480 libstdc++: Set feature test macro for complete C++23 mdspan [...]
new 6968656d631 RISC-V: Ignore non-types in builtin function hash.
new dab5951af89 RISC-V: Do not use vsetivli for THeadVector.
new ad2bab693f7 Avoid IPA opts around guality plumbing
The 4 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-v.cc | 2 +-
gcc/config/riscv/riscv-vector-builtins.cc | 6 ++++++
gcc/testsuite/gcc.dg/guality/guality.h | 5 +++--
gcc/testsuite/gcc.target/riscv/rvv/base/pr113829.c | 10 ++++++++++
gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr120461.c | 6 ++++++
libstdc++-v3/include/bits/version.def | 3 +--
libstdc++-v3/include/bits/version.h | 3 ++-
libstdc++-v3/testsuite/23_containers/mdspan/version.cc | 9 +++++++++
8 files changed, 38 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr113829.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr120461.c
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/version.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 b7b8eb90aba libstdc++: Implement mdspan and tests [PR107761].
new 3fd638a9e54 [PATCH] riscv: allow zero in zacas subword atomic cas
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/sync.md | 2 +-
gcc/testsuite/gcc.target/riscv/amo/zabha-zacas-atomic-cas.c | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/amo/zabha-zacas-atomic-cas.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 df7ae00856f c++: testsuite tweak
new b7b8eb90aba libstdc++: Implement mdspan and tests [PR107761].
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/std/mdspan | 285 +++++++++
libstdc++-v3/src/c++23/std.cc.in | 3 +-
.../23_containers/mdspan/class_mandate_neg.cc | 41 ++
.../testsuite/23_containers/mdspan/layout_like.h | 83 +++
.../testsuite/23_containers/mdspan/mdspan.cc | 643 +++++++++++++++++++++
.../23_containers/mdspan/out_of_bounds_neg.cc | 24 +
6 files changed, 1078 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/class_mandate_neg.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layout_like.h
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/mdspan.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/out_of_bounds_neg.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 users/nalcock/archive-v2/road-to-ctfv4
in repository binutils-gdb.
from 175d437a9dd libctf: archive: comment improvements
new dd6b4848482 libctf: drop ctfa_ prefixes from ctf_archive member names
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/ctf.h | 28 +++---
libctf/ctf-archive.c | 252 +++++++++++++++++++++++------------------------
libctf/doc/ctf-spec.texi | 50 +++++-----
3 files changed, 165 insertions(+), 165 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 aa961cae42e libstdc++: Implement __mdspan::__size.
new df7ae00856f c++: testsuite tweak
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/g++.dg/cpp1y/lambda-generic-variadic.C | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.