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 1edefea39ff RISC-V: Fixed mapping symbol for .option norvc directive
new 6589a725f0e RISC-V: Fix libpath_suffix selection for ldscript
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:
ld/emulparams/elf32lriscv.sh | 2 +-
ld/emulparams/elf32lriscv_ilp32.sh | 2 +-
ld/emulparams/elf32lriscv_ilp32f.sh | 2 +-
ld/emulparams/elf64lriscv.sh | 2 +-
ld/emulparams/elf64lriscv_lp64.sh | 2 +-
ld/emulparams/elf64lriscv_lp64f.sh | 2 +-
6 files 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 releases/gcc-15
in repository gcc.
from 4228ec7d603 Daily bump.
new 887ddb4d8c3 Fortran: Fix non-conformable corank on this_image ref [PR120843]
new 67452737d8e Fortran: Ensure arguments in coarray call get unique compon [...]
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:
gcc/fortran/coarray.cc | 4 ++--
gcc/fortran/resolve.cc | 7 ++++---
gcc/testsuite/gfortran.dg/coarray/coindexed_6.f90 | 17 ++++++++++++++++
gcc/testsuite/gfortran.dg/coarray/coindexed_7.f90 | 24 +++++++++++++++++++++++
4 files changed, 47 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/coindexed_6.f90
create mode 100644 gcc/testsuite/gfortran.dg/coarray/coindexed_7.f90
--
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 a10723efcd6 libstdc++: Document that LWG 3881 is resolved, by using dif [...]
new 32d41517c72 s390: Split tests for 31bit support
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/s390/vector/pattern-avg-1.c | 3 +--
.../gcc.target/s390/vector/{pattern-avg-1.c => pattern-avg-2.c} | 7 ++-----
gcc/testsuite/gcc.target/s390/vector/pattern-mulh-1.c | 3 +--
.../gcc.target/s390/vector/{pattern-mulh-1.c => pattern-mulh-2.c} | 7 ++-----
4 files changed, 6 insertions(+), 14 deletions(-)
copy gcc/testsuite/gcc.target/s390/vector/{pattern-avg-1.c => pattern-avg-2.c} (89%)
copy gcc/testsuite/gcc.target/s390/vector/{pattern-mulh-1.c => pattern-mulh-2.c} (90%)
--
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 39c7793ba8b RISC-V: Bind defined symbol locally in PIE
new 66b7995ac5a RISC-V: Added testcase to show the current rvc and xlen problems
new e4364b98812 RISC-V: Fixed that .option push/pop won't recover the xlen
new 9be7e79a967 RISC-V: Fixed dis-assembler to set correct xlen from mappin [...]
new 1edefea39ff RISC-V: Fixed mapping symbol for .option norvc directive
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:
gas/config/tc-riscv.c | 6 +++-
gas/testsuite/gas/riscv/option-arch-dis.d | 2 +-
gas/testsuite/gas/riscv/option-arch.s | 4 +--
gas/testsuite/gas/riscv/option-norvc.d | 48 +++++++++++++++++++++++++++++
gas/testsuite/gas/riscv/option-norvc.s | 50 +++++++++++++++++++++++++++++++
opcodes/riscv-dis.c | 8 +++--
6 files changed, 111 insertions(+), 7 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/option-norvc.d
create mode 100644 gas/testsuite/gas/riscv/option-norvc.s
--
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 e9079e4f43d add masked-epilogue tuning
new a10723efcd6 libstdc++: Document that LWG 3881 is resolved, by using dif [...]
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/queue | 10 ++++++++--
1 file changed, 8 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 d1f05661fa6 Fortran: Ensure finalizers are created correctly [PR120637]
new df64d099faf Allow the target to request a masked vector epilogue
new e9079e4f43d add masked-epilogue tuning
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:
gcc/config/i386/i386.cc | 59 ++++++++++++++++++++++
gcc/config/i386/x86-tune.def | 5 ++
gcc/testsuite/gcc.target/i386/vect-epilogues-3.c | 2 +-
.../gcc.target/i386/vect-mask-epilogue-1.c | 11 ++++
.../gcc.target/i386/vect-mask-epilogue-2.c | 14 +++++
gcc/tree-vect-loop.cc | 35 +++++++++----
gcc/tree-vectorizer.h | 13 +++--
7 files changed, 126 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/vect-mask-epilogue-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-mask-epilogue-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 2fd6f42c17a libstdc++: Make debug iterator pointer sequence const [PR116369]
new aa5ae523e84 tree-optimization/120358 - bogus PTA with structure access
new d1f05661fa6 Fortran: Ensure finalizers are created correctly [PR120637]
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:
gcc/fortran/class.cc | 24 ++++++----
gcc/testsuite/gfortran.dg/asan/finalize_1.f90 | 67 +++++++++++++++++++++++++++
gcc/tree-ssa-structalias.cc | 5 +-
3 files changed, 85 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/asan/finalize_1.f90
--
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 a90dad293ce [vxworks] [x86] disable vxworks6 PIC on vxworks7
new 2fd6f42c17a libstdc++: Make debug iterator pointer sequence const [PR116369]
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:
.../config/abi/pre/gnu-versioned-namespace.ver | 18 +--
libstdc++-v3/config/abi/pre/gnu.ver | 14 ++
libstdc++-v3/include/debug/deque | 5 +-
libstdc++-v3/include/debug/formatter.h | 10 +-
libstdc++-v3/include/debug/forward_list | 71 ++++-----
libstdc++-v3/include/debug/list | 15 +-
libstdc++-v3/include/debug/safe_base.h | 77 ++++++---
libstdc++-v3/include/debug/safe_container.h | 25 ++-
libstdc++-v3/include/debug/safe_iterator.h | 14 +-
libstdc++-v3/include/debug/safe_local_iterator.h | 102 ++++++------
libstdc++-v3/include/debug/safe_local_iterator.tcc | 4 +-
libstdc++-v3/include/debug/safe_sequence.h | 9 +-
libstdc++-v3/include/debug/safe_sequence.tcc | 6 +-
libstdc++-v3/include/debug/safe_unordered_base.h | 67 ++++++--
.../include/debug/safe_unordered_container.h | 4 +
.../include/debug/safe_unordered_container.tcc | 4 +-
libstdc++-v3/src/c++11/debug.cc | 174 ++++++++++++++++-----
.../23_containers/unordered_map/const_container.cc | 19 +++
.../unordered_multimap/const_container.cc | 22 +++
.../unordered_multiset/const_container.cc | 15 ++
.../23_containers/unordered_set/const_container.cc | 14 ++
.../vector/debug/mutex_association.cc | 2 +-
libstdc++-v3/testsuite/util/testsuite_containers.h | 6 +
23 files changed, 491 insertions(+), 206 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/const_container.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/const_c [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/const_c [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/const_container.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.