This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ba1e169072e libstdc++: Add constexpr to operator delete in 18_support/h [...]
new 828ac566b7c libstdc++: Prepare mdspan-related code for submdspan.
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 | 49 ++++++++--------
.../testsuite/23_containers/mdspan/int_like.h | 25 ++++++---
.../{layouts/padded_traits.h => layout_traits.h} | 65 ++++++++++++++++++----
.../23_containers/mdspan/layouts/ctors.cc | 2 +-
.../23_containers/mdspan/layouts/mapping.cc | 2 +-
.../23_containers/mdspan/layouts/padded.cc | 2 +-
.../23_containers/mdspan/layouts/padded_neg.cc | 2 +-
7 files changed, 101 insertions(+), 46 deletions(-)
rename libstdc++-v3/testsuite/23_containers/mdspan/{layouts/padded_traits.h => lay [...]
--
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 c738d4ef524 RISC-V: Add RTL pass to combine cm.popret with zero return value
new ba1e169072e libstdc++: Add constexpr to operator delete in 18_support/h [...]
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/18_support/headers/new/synopsis.cc | 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 binutils-gdb.
from e086501cca0 gprofng: Remove runstatedir from Makefile.in
new cc27559a20f Fix dwarf2 "assertion failed" on bra without skip dwarf exp [...]
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/dwarf2/loc.c | 3 ++-
1 file changed, 2 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 8615c855fa5 [PATCH v1] RISC-V: Fix missed zero extend for unsigned scal [...]
new c738d4ef524 RISC-V: Add RTL pass to combine cm.popret with zero return value
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.gcc | 2 +-
gcc/config/riscv/riscv-opt-popretz.cc | 294 ++++++++++++++++++++++++++++
gcc/config/riscv/riscv-passes.def | 1 +
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/t-riscv | 6 +
gcc/testsuite/gcc.target/riscv/pr113715.c | 98 ++++++++++
gcc/testsuite/gcc.target/riscv/rv32e_zcmp.c | 3 +-
gcc/testsuite/gcc.target/riscv/rv32i_zcmp.c | 3 +-
8 files changed, 403 insertions(+), 5 deletions(-)
create mode 100644 gcc/config/riscv/riscv-opt-popretz.cc
create mode 100644 gcc/testsuite/gcc.target/riscv/pr113715.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 0fa5a39cc51 middle-end: add target hook for isel
new 8615c855fa5 [PATCH v1] RISC-V: Fix missed zero extend for unsigned scal [...]
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.cc | 2 +-
gcc/testsuite/g++.target/riscv/pr122692-run-1.C | 116 +++++++++++++++
gcc/testsuite/g++.target/riscv/pr122692-run-2.C | 178 ++++++++++++++++++++++++
3 files changed, 295 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.target/riscv/pr122692-run-1.C
create mode 100644 gcc/testsuite/g++.target/riscv/pr122692-run-2.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 5527996c443 ipa: Add early return when the hashed edge is a callback-ca [...]
new 0fa5a39cc51 middle-end: add target hook for isel
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/doc/tm.texi | 14 ++++++++++++++
gcc/doc/tm.texi.in | 2 ++
gcc/gimple-isel.cc | 3 +++
gcc/target.def | 17 +++++++++++++++++
gcc/targhooks.cc | 8 ++++++++
gcc/targhooks.h | 2 +-
6 files changed, 45 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 glibc.
from 7f670284d8 malloc: Use _int_free_chunk in tcache_thread_shutdown
new 0df50640a4 Use __fstat64_time64 in __fts64_children_time64 (bug 33653)
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:
io/Makefile | 1 +
io/fts.c | 5 +++--
io/fts64-time64.c | 1 +
io/fts64.c | 1 +
io/tst-fts-time64-y2038.c | 3 +++
io/tst-fts.c | 35 ++++++++++++++++++++++++++++++++++-
6 files changed, 43 insertions(+), 3 deletions(-)
create mode 100644 io/tst-fts-time64-y2038.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 72635460002 gprofng: Add gprofng gmon conversion command test
new e086501cca0 gprofng: Remove runstatedir from Makefile.in
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:
gprofng/src/Makefile.in | 1 -
1 file changed, 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 92ea686c237 MAINTAINERS: Update my email address.
new 5527996c443 ipa: Add early return when the hashed edge is a callback-ca [...]
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/cgraph.cc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.