This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/posix_spawn
in repository newlib.
discards e70bb337b fixup! Cygwin: add fast-path for posix_spawn(p)
discards 13e60c26a Cygwin: add pgroup support to posix_spawn fast path
discards 9a5cfce07 Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...]
discards 37a8f152a Cygwin: add fast-path for posix_spawn(p)
discards 63e368cc2 Cygwin: hook posix_spawn/posix_spawnp
discards f32034bb5 Cygwin: add ability to pass cwd to child process
discards 1fdf1229c Cygwin: allow redirecting stderr in ch_spawn
adds c86c08e0a Cygwin: open: only fix file attributes when trying to create file
adds ace88c7ba Cygwin: CI: cygstress: remove 'filerace', 'flock' and 'fork' from CI
adds fb092671a posix_spawn: preserve FD flags when processing FAE_OPEN
adds 1abf10e22 Cygwin: testsuite: test posix_spawn_file_actions_addopen with [...]
new 55219c07e Cygwin: allow redirecting stderr in ch_spawn
new fb1418d08 Cygwin: add ability to pass cwd to child process
new a9d038825 Cygwin: hook posix_spawn/posix_spawnp
new f9f017875 Cygwin: add fast-path for posix_spawn(p)
new 079b0f436 Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...]
new 745fa4f94 Cygwin: add pgroup support to posix_spawn fast path
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 (e70bb337b)
\
N -- N -- N refs/heads/topic/posix_spawn (745fa4f94)
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 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:
newlib/libc/posix/posix_spawn.c | 14 +++++++++++---
winsup/cygwin/fhandler/base.cc | 4 ++--
winsup/cygwin/release/3.6.4 | 3 +++
winsup/testsuite/stress/cygstress | 7 ++++---
winsup/testsuite/winsup.api/posix_spawn/fds.c | 10 ++++++++++
5 files changed, 30 insertions(+), 8 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 main
in repository newlib.
from ace88c7ba Cygwin: CI: cygstress: remove 'filerace', 'flock' and 'fork' from CI
new fb092671a posix_spawn: preserve FD flags when processing FAE_OPEN
new 1abf10e22 Cygwin: testsuite: test posix_spawn_file_actions_addopen with [...]
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:
newlib/libc/posix/posix_spawn.c | 14 +++++++++++---
winsup/testsuite/winsup.api/posix_spawn/fds.c | 10 ++++++++++
2 files changed, 21 insertions(+), 3 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 82dd19890b6 aarch64: Fix endianness of DFmode vector constants
new a72d0e1a8bf libstdc++: Do not use list-initialization in std::span memb [...]
new 4d24612a2e4 libstdc++: Add more template keywords to <mdspan> for Clang
new 82d2d12da93 libstdc++: Fix __uninitialized_default for constexpr case
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:
libstdc++-v3/include/bits/stl_uninitialized.h | 8 +++-
libstdc++-v3/include/std/mdspan | 4 +-
libstdc++-v3/include/std/span | 15 +++----
.../testsuite/23_containers/span/120997.cc | 46 ++++++++++++++++++++++
4 files changed, 63 insertions(+), 10 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/span/120997.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 18324422fdd Fix ICE in afdo_adjust_guessed_profile
new 82dd19890b6 aarch64: Fix endianness of DFmode vector constants
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/aarch64/aarch64.cc | 2 ++
1 file changed, 2 insertions(+)
--
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 2492bab503f c++: add passing testcases [PR120243]
new 18324422fdd Fix ICE in afdo_adjust_guessed_profile
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/auto-profile.cc | 10 +++++++---
1 file changed, 7 insertions(+), 3 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 131ba6137bc c++: 'this' in lambda in noexcept-spec [PR121008]
new d1c92ea10d3 c++: generic lambda in template arg [PR121012]
new 2492bab503f c++: add passing testcases [PR120243]
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/cp/parser.cc | 3 ++
.../coroutines/torture/pr120243-unhandled-1.C | 33 +++++++++++++++++++++
.../coroutines/torture/pr120243-unhandled-2.C | 34 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/lambda-targ17.C | 8 +++++
4 files changed, 78 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr120243-unhandled-1.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr120243-unhandled-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ17.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 41c44638944 aarch64: Some fixes for SVE INDEX constants
new 2ca183c113e c++: optional template after :: causing error [PR119838]
new 131ba6137bc c++: 'this' in lambda in noexcept-spec [PR121008]
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/cp/parser.cc | 35 ++++++++++++++++++----------
gcc/cp/semantics.cc | 8 ++++---
gcc/testsuite/g++.dg/cpp2a/lambda-uneval28.C | 10 ++++++++
gcc/testsuite/g++.dg/parse/template32.C | 13 +++++++++++
4 files changed, 51 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-uneval28.C
create mode 100644 gcc/testsuite/g++.dg/parse/template32.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 0fd98b6f9f2 libiberty: add routines to handle type-sensitive doubly lin [...]
new 76db38d811a Make the RTL frontend set REG_NREGS correctly
new 41c44638944 aarch64: Some fixes for SVE INDEX constants
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/aarch64/aarch64.cc | 59 +++++-
gcc/read-rtl-function.cc | 5 +-
gcc/testsuite/gcc.dg/rtl/aarch64/vec-series-1.c | 35 ++++
gcc/testsuite/gcc.dg/rtl/aarch64/vec-series-2.c | 35 ++++
.../gcc.target/aarch64/sve/acle/general/dupq_2.c | 2 +-
.../gcc.target/aarch64/sve/acle/general/dupq_4.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/vec_init_3.c | 114 ++++++++++-
gcc/testsuite/gcc.target/aarch64/sve/vec_init_4.c | 209 +++++++++++++++++++++
8 files changed, 450 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/rtl/aarch64/vec-series-1.c
create mode 100644 gcc/testsuite/gcc.dg/rtl/aarch64/vec-series-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/vec_init_4.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 503e1680cca RISC-V: Add test for vec_duplicate + vssub.vv combine case [...]
new 0fd98b6f9f2 libiberty: add routines to handle type-sensitive doubly lin [...]
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/doubly-linked-list.h | 447 ++++++++++++++++++++++++++
libiberty/Makefile.in | 1 +
libiberty/testsuite/Makefile.in | 12 +-
libiberty/testsuite/test-doubly-linked-list.c | 269 ++++++++++++++++
4 files changed, 728 insertions(+), 1 deletion(-)
create mode 100644 include/doubly-linked-list.h
create mode 100644 libiberty/testsuite/test-doubly-linked-list.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.