This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1197f896ae5 libstdc++: Fix some Clang -Wsystem-headers warnings in <ranges>
new e5bb7a328eb arm: fully validate mem_noofs_operand [PR120351]
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/arm/predicates.md | 3 ++-
gcc/testsuite/gcc.target/arm/pr120351.c | 47 +++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr120351.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-15
in repository gcc.
from 57f73c39565 OpenMP/Fortran: Fix allocatable-component mapping of derive [...]
new 53680c1aa92 libstdc++: Fix std::format_kind primary template for Clang [...]
new beb0ffd36ee libstdc++: Fix dangling pointer in fs::path::operator+=(*th [...]
new 4bc5697341f libstdc++: Fix std::format of chrono::local_days with {} [P [...]
new 06a10db2211 libstdc++: Fix some Clang -Wsystem-headers warnings in <ranges>
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:
libstdc++-v3/include/bits/chrono_io.h | 3 +
libstdc++-v3/include/std/format | 19 ++++--
libstdc++-v3/include/std/ranges | 12 ++--
libstdc++-v3/src/c++17/fs_path.cc | 10 +++
.../27_io/filesystem/path/concat/120029.cc | 72 +++++++++++++++++++++
.../experimental/filesystem/path/concat/120029.cc | 74 ++++++++++++++++++++++
.../testsuite/std/format/ranges/format_kind_neg.cc | 15 +++--
libstdc++-v3/testsuite/std/time/clock/local/io.cc | 3 +
8 files changed, 192 insertions(+), 16 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/concat/120029.cc
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/concat/120029.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/palves/windows-non-stop-v2
in repository binutils-gdb.
discards 10b8552701d Mention Windows non-stop support in NEWS
discards 21a86fd1d6a Windows gdb: Always non-stop
discards 2147d4d1a72 infrun: with AS+NS, prefer process exit over thread exit
discards 69ca89c8106 Add gdb.threads/leader-exit-schedlock.exp
discards a31aa14475c Windows gdb: extra thread info => show exiting
discards 6277206b8e3 gdb_test_multiple: Anchor prompt match if -lbl
discards b6f27e950ce Windows gdb: Watchpoints while running (internal vs externa [...]
discards ba7d0c8a6ea Windows gdb: Eliminate invalidate_context
discards a2998f0a8b3 Windows gdb: Add non-stop support
discards 11353415a07 Introduce windows_nat::event_code_to_string
discards 718d329371f Windows GDB: make windows_thread_info be private thread_info data
discards 1dfccd10799 linux-nat: Factor out get_detach_signal code to common code
discards 9e1ce18b9a1 Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is available
discards b9eb41d2f1b Windows gdb: Avoid writing debug registers if watchpoint hi [...]
discards 13d2d03c71e Windows gdb: cygwin_set_dr => windows_set_dr, etc.
discards 0bf7fe37fbb Windows gdb: Change serial_event management
discards 79a435c1677 Windows gdb+gdbserver: Eliminate struct pending_stop
discards c5a7eca103d Windows gdb+gdbserver: Share $_siginfo reading code
discards 97f03654bbc Add backpointer from windows_thread_info to windows_process_info
discards c716a79dbb4 Windows gdb+gdbserver: Make siginfo_er per-thread state
discards f84ba1220b3 Windows gdb+gdbserver: Make last_sig per-thread state
discards 293a6730809 Windows gdb+gdbserver: Make current_event per-thread state
discards 424dd7a4d92 Windows gdbserver: Eliminate soft-interrupt mechanism
discards e02747e0cb7 Windows gdb: Enable "set scheduler-locking on"
discards 06507b76781 Windows gdbserver: Fix scheduler-locking
discards cf7dbc50259 Windows gdb: Can't pass signal to thread other than last st [...]
discards 7ddccfa84b6 Windows gdb+gdbserver: Introduce get_last_debug_event_ptid
discards a233d24d984 Windows gdb+gdbserver: Elim desired_stop_thread_id / rework [...]
discards 40e7dd6a572 Windows gdb: Pending stop and current_event
discards 2bfcc38e37f Windows gdb: Factor code out of windows_nat_target::windows [...]
discards 976107b0b3b Windows gdb: Introduce windows_continue_flags
discards 4ad6d2c74d4 Windows gdb: Introduce continue_last_debug_event_main_thread
discards d370e2b664f Windows gdb+gdbserver: Move suspending thread to when retur [...]
discards cedf608cb4d Windows gdb: Simplify windows_nat_target::wait
discards 53400555f48 Windows gdb+gdbserver: Eliminate windows_process_info::thread_rec
discards 6b29561da5d Windows gdb+gdbserver: Eliminate DONT_SUSPEND
discards 13244fc2b2c Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONT [...]
discards 062438e0d31 Windows gdb: Eliminate reload_context
discards acc45915d01 Windows gdb: handle_output_debug_string return type
discards 80006bccf76 Windows gdb+gdbserver: New find_thread, replaces thread_rec [...]
discards 8fc77414053 Windows gdb: Eliminate global current_process.dr[8] global
discards c36b602f212 Windows gdb: Dead code in windows_nat_target::do_initial_wi [...]
discards 301fd937585 thread_info::executing+resumed -> thread_info::internal_state
discards 7d3be85f43d infrun: Split currently_stepping, fix sw watchpoints issue
discards 5dd0f77ccae infrun: Remove unnecessary currently_stepping call
discards 36a87f64044 Add test for continuing with some threads running
discards 83439299e02 Make default_gdb_exit resilient to failed closes
new 87f231b02da Make default_gdb_exit resilient to failed closes
new 0cfee2dfd20 Add test for continuing with some threads running
new 8e3475361e1 infrun: Remove unnecessary currently_stepping call
new 6f4586878c8 infrun: Split currently_stepping, fix sw watchpoints issue
new 41cdc8f8f04 thread_info::executing+resumed -> thread_info::internal_state
new 6d81aad46f5 Windows gdb: Dead code in windows_nat_target::do_initial_wi [...]
new 76ffbd8d094 Windows gdb: Eliminate global current_process.dr[8] global
new cecc6f590d4 Windows gdb+gdbserver: New find_thread, replaces thread_rec [...]
new ef5767157c3 Windows gdb: handle_output_debug_string return type
new 197deb7f22c Windows gdb: Eliminate reload_context
new b006068cc56 Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONT [...]
new 7b579b4a334 Windows gdb+gdbserver: Eliminate DONT_SUSPEND
new c67956ce05f Windows gdb+gdbserver: Eliminate windows_process_info::thread_rec
new 7c828323382 Windows gdb: Simplify windows_nat_target::wait
new dfab9a23e93 Windows gdb+gdbserver: Move suspending thread to when retur [...]
new e59131e885e Windows gdb: Introduce continue_last_debug_event_main_thread
new 98354206b50 Windows gdb: Introduce windows_continue_flags
new 15ec19c9528 Windows gdb: Factor code out of windows_nat_target::windows [...]
new af74cbb5388 Windows gdb: Pending stop and current_event
new 5fa925876e3 Windows gdb+gdbserver: Elim desired_stop_thread_id / rework [...]
new cdefa9f6a54 Windows gdb+gdbserver: Introduce get_last_debug_event_ptid
new b750d4c010f Windows gdb: Can't pass signal to thread other than last st [...]
new 4f634849a1c Windows gdbserver: Fix scheduler-locking
new 9655e062327 Windows gdb: Enable "set scheduler-locking on"
new 1cbde3c1234 Windows gdbserver: Eliminate soft-interrupt mechanism
new 70a164b34f0 Windows gdb+gdbserver: Make current_event per-thread state
new fe7a4d95b08 Windows gdb+gdbserver: Make last_sig per-thread state
new b4aa7f96484 Windows gdb+gdbserver: Make siginfo_er per-thread state
new 983356d1536 Add backpointer from windows_thread_info to windows_process_info
new 2ac2f4fa0a6 Windows gdb+gdbserver: Share $_siginfo reading code
new ea606e88ad4 Windows gdb+gdbserver: Eliminate struct pending_stop
new 026407bdae8 Windows gdb: Change serial_event management
new 66ad87d9cce Windows gdb: cygwin_set_dr => windows_set_dr, etc.
new 5a63c12822c Windows gdb: Avoid writing debug registers if watchpoint hi [...]
new 04f49fc49a0 Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is available
new d033c71ce24 linux-nat: Factor out get_detach_signal code to common code
new 0f4c7be6bc7 Windows GDB: make windows_thread_info be private thread_info data
new d9422ba8a39 Introduce windows_nat::event_code_to_string
new 7745b3014e1 Windows gdb: Add non-stop support
new a19beb308eb Windows gdb: Eliminate invalidate_context
new 06946bd2763 Windows gdb: Watchpoints while running (internal vs externa [...]
new 1d3289dc29b gdb_test_multiple: Anchor prompt match if -lbl
new 87db33678d4 Windows gdb: extra thread info => show exiting
new a31aad3284e Add gdb.threads/leader-exit-schedlock.exp
new 3d28f9b2dc4 infrun: with AS+NS, prefer process exit over thread exit
new d0e4f2ee175 Windows gdb: Always non-stop (default to "maint set target- [...]
new 108125916a5 Mention Windows scheduler-locking and non-stop support in NEWS
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (10b8552701d)
\
N -- N -- N refs/heads/users/palves/windows-non-stop-v2 (108125916a5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 47 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/NEWS | 3 +++
.../gdb.threads/sw-watchpoint-step-over-bp-with-threads.exp | 6 +++---
gdb/windows-nat.c | 3 ++-
3 files changed, 8 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 master
in repository binutils-gdb.
from be28a26aebc RISC-V: Add implication from the XTheadZvamo extension
new a20c9955779 ubsan: integer overflow in s_fill
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:
gas/read.c | 8 ++++----
1 file changed, 4 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 users/palves/windows-non-stop-v2
in repository binutils-gdb.
at 10b8552701d Mention Windows non-stop support in NEWS
This branch includes the following new commits:
new 79df206bdbd Fix build when RUSAGE_THREAD is not available & add warning
new 83439299e02 Make default_gdb_exit resilient to failed closes
new 36a87f64044 Add test for continuing with some threads running
new 5dd0f77ccae infrun: Remove unnecessary currently_stepping call
new 7d3be85f43d infrun: Split currently_stepping, fix sw watchpoints issue
new 301fd937585 thread_info::executing+resumed -> thread_info::internal_state
new c36b602f212 Windows gdb: Dead code in windows_nat_target::do_initial_wi [...]
new 8fc77414053 Windows gdb: Eliminate global current_process.dr[8] global
new 80006bccf76 Windows gdb+gdbserver: New find_thread, replaces thread_rec [...]
new acc45915d01 Windows gdb: handle_output_debug_string return type
new 062438e0d31 Windows gdb: Eliminate reload_context
new 13244fc2b2c Windows gdb+gdbserver: Eliminate thread_rec(INVALIDATE_CONT [...]
new 6b29561da5d Windows gdb+gdbserver: Eliminate DONT_SUSPEND
new 53400555f48 Windows gdb+gdbserver: Eliminate windows_process_info::thread_rec
new cedf608cb4d Windows gdb: Simplify windows_nat_target::wait
new d370e2b664f Windows gdb+gdbserver: Move suspending thread to when retur [...]
new 4ad6d2c74d4 Windows gdb: Introduce continue_last_debug_event_main_thread
new 976107b0b3b Windows gdb: Introduce windows_continue_flags
new 2bfcc38e37f Windows gdb: Factor code out of windows_nat_target::windows [...]
new 40e7dd6a572 Windows gdb: Pending stop and current_event
new a233d24d984 Windows gdb+gdbserver: Elim desired_stop_thread_id / rework [...]
new 7ddccfa84b6 Windows gdb+gdbserver: Introduce get_last_debug_event_ptid
new cf7dbc50259 Windows gdb: Can't pass signal to thread other than last st [...]
new 06507b76781 Windows gdbserver: Fix scheduler-locking
new e02747e0cb7 Windows gdb: Enable "set scheduler-locking on"
new 424dd7a4d92 Windows gdbserver: Eliminate soft-interrupt mechanism
new 293a6730809 Windows gdb+gdbserver: Make current_event per-thread state
new f84ba1220b3 Windows gdb+gdbserver: Make last_sig per-thread state
new c716a79dbb4 Windows gdb+gdbserver: Make siginfo_er per-thread state
new 97f03654bbc Add backpointer from windows_thread_info to windows_process_info
new c5a7eca103d Windows gdb+gdbserver: Share $_siginfo reading code
new 79a435c1677 Windows gdb+gdbserver: Eliminate struct pending_stop
new 0bf7fe37fbb Windows gdb: Change serial_event management
new 13d2d03c71e Windows gdb: cygwin_set_dr => windows_set_dr, etc.
new b9eb41d2f1b Windows gdb: Avoid writing debug registers if watchpoint hi [...]
new 9e1ce18b9a1 Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is available
new 1dfccd10799 linux-nat: Factor out get_detach_signal code to common code
new 718d329371f Windows GDB: make windows_thread_info be private thread_info data
new 11353415a07 Introduce windows_nat::event_code_to_string
new a2998f0a8b3 Windows gdb: Add non-stop support
new ba7d0c8a6ea Windows gdb: Eliminate invalidate_context
new b6f27e950ce Windows gdb: Watchpoints while running (internal vs externa [...]
new 6277206b8e3 gdb_test_multiple: Anchor prompt match if -lbl
new a31aa14475c Windows gdb: extra thread info => show exiting
new 69ca89c8106 Add gdb.threads/leader-exit-schedlock.exp
new 2147d4d1a72 infrun: with AS+NS, prefer process exit over thread exit
new 21a86fd1d6a Windows gdb: Always non-stop
new 10b8552701d Mention Windows non-stop support in NEWS
The 48 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 binutils-gdb.
from c5c2cb6d7d9 s390: Simplify test for absolute symbol
new b63fda3c726 RISC-V: Wider conflicts with the XTheadVector extension
new ed57ac46e53 RISC-V: Add implicit dependency to the XTheadVector extension
new be28a26aebc RISC-V: Add implication from the XTheadZvamo extension
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:
bfd/elfxx-riscv.c | 7 +++++--
gas/testsuite/gas/riscv/imply.d | 2 ++
gas/testsuite/gas/riscv/imply.s | 3 +++
gas/testsuite/gas/riscv/x-thead-vector-fail.d | 2 +-
gas/testsuite/gas/riscv/x-thead-vector-fail.l | 2 +-
5 files changed, 12 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 master
in repository gcc.
from 7fabbf35628 RISC-V: Fix the warning of temporary object dangling references.
new 1ed7585bf60 libstdc++: Fix std::format of chrono::local_days with {} [P [...]
new 1197f896ae5 libstdc++: Fix some Clang -Wsystem-headers warnings in <ranges>
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/chrono_io.h | 3 +++
libstdc++-v3/include/std/ranges | 12 ++++++------
libstdc++-v3/testsuite/std/time/clock/local/io.cc | 3 +++
3 files changed, 12 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 binutils-gdb.
from ed53e990e57 s390: Prevent GOT access rewrite for misaligned symbols
new c5c2cb6d7d9 s390: Simplify test for absolute symbol
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:
bfd/elf64-s390.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.