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 4e16a470492 gdb: pass std::string from linux_find_memory_regions_full
new 5cceef276f3 gdbsupport/event-loop: do not truncate poll timeouts to low [...]
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:
gdbsupport/event-loop.cc | 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 binutils-gdb.
from be437614a1e gdb: add '-stopped' and '-running' options to "info threads"
new 6703aa6c7d6 gdb: use bool more in linux-tdep.c
new 3c60c38bc9f gdb: pass struct smaps_data to linux_dump_mapping_p_ftype
new dcbcfc9a520 gdb: always call should_dump_mapping_p during core file creation
new ddce0e6e0c4 gdb: move extra checks into dump_note_entry_p
new 9db56c74db8 gdb: remove unnecessary function declaration
new 4e16a470492 gdb: pass std::string from linux_find_memory_regions_full
The 6 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/linux-tdep.c | 128 +++++++++++++++++++++++--------------------------------
1 file changed, 54 insertions(+), 74 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 eff1f680cf malloc: Improved double free detection in the tcache
new f451a02a8c Document all CLOCK_* values
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:
manual/time.texi | 31 ++++++++++++++++++++++++++++++-
1 file changed, 30 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 releases/gcc-15
in repository gcc.
from 0b76b58a587 libstdc++: Fix constraint recursion in std::expected's oper [...]
new 981abdf8da1 libstdc++: Update C++23 status table
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:
.../doc/html/manual/source_code_style.html | 2 +-
libstdc++-v3/doc/html/manual/status.html | 40 ++++++++++---------
libstdc++-v3/doc/xml/manual/status_cxx2023.xml | 45 +++++++++++-----------
3 files changed, 46 insertions(+), 41 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-14
in repository gcc.
from e35f2b668fc Daily bump.
new 8f53df91161 libstdc++: Update C++23 status table
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/doc/html/manual/status.html | 10 +++++-----
libstdc++-v3/doc/xml/manual/status_cxx2023.xml | 8 +++-----
2 files changed, 8 insertions(+), 10 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 a341d96add0 libstdc++: Suppress GDB output from new 'skip' commands [PR118260]
new 0ff3b3122ad libstdc++: Fix availability of std::erase_if(std::flat_foo) [...]
new 0b76b58a587 libstdc++: Fix constraint recursion in std::expected's oper [...]
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/std/expected | 4 ++--
libstdc++-v3/include/std/flat_map | 28 ++++++++++++++++++----
libstdc++-v3/include/std/flat_set | 28 +++++++++++++++++-----
libstdc++-v3/testsuite/20_util/expected/119714.cc | 9 +++++++
libstdc++-v3/testsuite/23_containers/flat_map/1.cc | 11 +++++++++
.../testsuite/23_containers/flat_multimap/1.cc | 11 +++++++++
.../testsuite/23_containers/flat_multiset/1.cc | 11 +++++++++
libstdc++-v3/testsuite/23_containers/flat_set/1.cc | 11 +++++++++
8 files changed, 100 insertions(+), 13 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/expected/119714.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 releases/gcc-13
in repository gcc.
from 16c3a1f78bc Daily bump.
new a496464e2fe libstdc++: Update C++23 status table
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/doc/html/manual/status.html | 6 +++---
libstdc++-v3/doc/xml/manual/status_cxx2023.xml | 5 ++---
2 files changed, 5 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 users/aburgess/try-shared-mem-zero-id
in repository binutils-gdb.
at 5e93fc16e05 gdb: support zero inode in generate-core-file command
This branch includes the following new commits:
new a73fbd7eba8 gdb: use bool more in linux-tdep.c
new bb71410f3a5 gdb: pass struct smaps_data to linux_dump_mapping_p_ftype
new f6957916d56 gdb: always call should_dump_mapping_p during core file creation
new d96d2aec844 gdb: move extra checks into dump_note_entry_p
new add5cd03c6e gdb: remove unnecessary function declaration
new 7a3bbd74c86 gdb: pass std::string from linux_find_memory_regions_full
new 5e93fc16e05 gdb: support zero inode in generate-core-file command
The 7 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.
--
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 7e5f5fd101f RISC-V: Minimal support for ssnpm, smnpm and smmpm extensions.
new 20c25919132 testsuite: arm: Fix unsigned-extend-2.c [PR116445]
new 1321df5bc05 GCN, nvptx libstdc++: Force use of '__atomic' builtins: rev [...]
new 97616687149 nvptx: Support '-mptx=5.0'
new 7b53b883811 nvptx: Support '-march=sm_61'
new b5f48e7872d GCN, nvptx offloading: Restrain 'WARNING: program timed out [...]
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:
gcc/config.gcc | 1 +
gcc/config/nvptx/gen-multilib-matches-tests | 67 ++++++++++++++++++++--
gcc/config/nvptx/nvptx-gen.h | 1 +
gcc/config/nvptx/nvptx-gen.opt | 3 +
gcc/config/nvptx/nvptx-opts.h | 1 +
gcc/config/nvptx/nvptx-sm.def | 1 +
gcc/config/nvptx/nvptx.cc | 6 ++
gcc/config/nvptx/nvptx.h | 1 +
gcc/config/nvptx/nvptx.opt | 7 ++-
gcc/doc/invoke.texi | 2 +
gcc/testsuite/gcc.target/arm/unsigned-extend-2.c | 33 +++++++++--
gcc/testsuite/gcc.target/nvptx/march-map=sm_61.c | 4 +-
gcc/testsuite/gcc.target/nvptx/march-map=sm_62.c | 4 +-
.../nvptx/{march=sm_52.c => march=sm_61.c} | 6 +-
.../gcc.target/nvptx/{mptx=6.0.c => mptx=5.0.c} | 6 +-
libgomp/testsuite/libgomp.c++/pr119692-1-4.C | 3 +
libgomp/testsuite/libgomp.c++/pr119692-1-5.C | 3 +
.../libgomp.c++/target-exceptions-bad_cast-1.C | 3 +
.../libgomp.c++/target-exceptions-bad_cast-2.C | 3 +
...e-variant-3-sm37.c => declare-variant-3-sm61.c} | 4 +-
libgomp/testsuite/libgomp.c/declare-variant-3.h | 8 +++
.../libgomp.oacc-c++/exceptions-bad_cast-1.C | 3 +
.../libgomp.oacc-c++/exceptions-bad_cast-2.C | 3 +
libstdc++-v3/configure.host | 11 ----
24 files changed, 147 insertions(+), 37 deletions(-)
copy gcc/testsuite/gcc.target/nvptx/{march=sm_52.c => march=sm_61.c} (74%)
copy gcc/testsuite/gcc.target/nvptx/{mptx=6.0.c => mptx=5.0.c} (71%)
copy libgomp/testsuite/libgomp.c/{declare-variant-3-sm37.c => declare-variant-3-sm [...]
--
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 91bc8169edd libstdc++: Fix constraint recursion in std::expected's oper [...]
new d42f7244289 RISC-V: Support for zilsd and zclsd extensions.
new 7e5f5fd101f RISC-V: Minimal support for ssnpm, smnpm and smmpm extensions.
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/common/config/riscv/riscv-common.cc | 52 +++++++++++++++++++++++++++
gcc/config/riscv/riscv.opt | 23 ++++++++++++
gcc/testsuite/gcc.target/riscv/arch-ss-1.c | 5 +++
gcc/testsuite/gcc.target/riscv/arch-ss-2.c | 15 ++++++++
gcc/testsuite/gcc.target/riscv/arch-zilsd-1.c | 5 +++
gcc/testsuite/gcc.target/riscv/arch-zilsd-2.c | 7 ++++
gcc/testsuite/gcc.target/riscv/arch-zilsd-3.c | 9 +++++
7 files changed, 116 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-ss-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-ss-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-zilsd-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-zilsd-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-zilsd-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.