This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 2412deae1a Open master branch for glibc 2.38 development
new ff9ffc805f linux: Do not reset signal handler in posix_spawn if it is a [...]
new 2fe58919a0 linux: Extend internal clone3 documentation
new 2290cf73cc Linux: Do not align the stack for __clone3
new 2053c11331 linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn
new 1e442efd57 aarch64: Add the clone3 wrapper
new 98f9435f33 Linux: optimize clone3 internal usage
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:
include/clone_internal.h | 37 ++++-
posix/Makefile | 3 +-
posix/tst-spawn7.c | 179 +++++++++++++++++++++
sysdeps/unix/sysv/linux/Makefile | 3 +-
.../unix/sysv/linux/aarch64/{clone.S => clone3.S} | 69 ++++----
sysdeps/unix/sysv/linux/aarch64/sysdep.h | 2 +
sysdeps/unix/sysv/linux/clone-internal.c | 59 +++++--
sysdeps/unix/sysv/linux/clone3.h | 15 +-
sysdeps/unix/sysv/linux/kernel-features.h | 9 ++
sysdeps/unix/sysv/linux/spawni.c | 33 ++--
.../unix/sysv/linux/tst-misalign-clone-internal.c | 74 ---------
sysdeps/unix/sysv/linux/x86_64/clone3.S | 3 -
12 files changed, 332 insertions(+), 154 deletions(-)
create mode 100644 posix/tst-spawn7.c
copy sysdeps/unix/sysv/linux/aarch64/{clone.S => clone3.S} (55%)
delete mode 100644 sysdeps/unix/sysv/linux/tst-misalign-clone-internal.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 eda38850a79 libgomp.texi: Reverse-offload updates
new e4473d7cf87 ree: Fix -fcompare-debug issues in combine_reaching_defs [P [...]
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/ree.cc | 6 ++++--
gcc/testsuite/gcc.dg/pr108573.c | 18 ++++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr108573.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 3cef9dca57b compare-elim: Fix an RTL checking failure
new eda38850a79 libgomp.texi: Reverse-offload updates
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:
libgomp/libgomp.texi | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 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 devel/omp/gcc-12
in repository gcc.
from b250542911d Merge branch 'releases/gcc-12' into devel/omp/gcc-12
new 6cb86a3da0c c++, openmp: Handle some OMP_*/OACC_* constructs during con [...]
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/cp/ChangeLog.omp | 10 ++++++++
gcc/cp/constexpr.cc | 47 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog.omp | 8 ++++++
gcc/testsuite/g++.dg/gomp/pr108607.C | 47 ++++++++++++++++++++++++++++++++++++
4 files changed, 112 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr108607.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 bfc070595bf c++, openmp: Handle some OMP_*/OACC_* constructs during con [...]
new f3b1af49702 testsuite: Fix g++.dg/gomp warnings for aarch64
new 3cef9dca57b compare-elim: Fix an RTL checking failure
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/compare-elim.cc | 3 ++-
gcc/testsuite/g++.dg/gomp/attrs-10.C | 6 +++---
gcc/testsuite/g++.dg/gomp/declare-simd-8.C | 1 +
3 files changed, 6 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 6ca36c85a09 Recursion in as_info_where
new 4788abdec79 Fix compilation of the assembler with sanitization enabled.
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/ChangeLog | 5 +++++
gas/dwarf2dbg.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.