This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 9fd63e3537 elf: Smoke-test ldconfig -p against system /etc/ld.so.cache
new 7ea510127e string: Add libc_hidden_proto for strchrnul
new 22999b2f0f string: Add libc_hidden_proto for memrchr
new fb95c31638 string: Disable stack protector in early static initialization
new 16e424a325 powerpc64: Add the clone3 wrapper
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:
include/string.h | 2 +
string/Makefile | 2 +
string/memrchr.c | 1 +
string/strchrnul.c | 1 +
sysdeps/aarch64/memrchr.S | 1 +
sysdeps/aarch64/strchrnul.S | 1 +
sysdeps/i386/i686/multiarch/memrchr-sse2.S | 1 +
sysdeps/i386/i686/multiarch/memrchr.c | 2 +
sysdeps/i386/strchrnul.S | 1 +
sysdeps/m68k/strchrnul.S | 1 +
.../powerpc32/power4/multiarch/memrchr-ppc32.c | 10 ++
.../powerpc/powerpc32/power4/multiarch/memrchr.c | 12 +-
.../powerpc32/power4/multiarch/strchrnul-ppc32.c | 7 +
.../powerpc/powerpc32/power4/multiarch/strchrnul.c | 17 +--
sysdeps/powerpc/powerpc32/power7/memrchr.S | 1 +
sysdeps/powerpc/powerpc64/multiarch/memrchr.c | 18 +--
sysdeps/powerpc/powerpc64/multiarch/strchrnul.c | 1 +
sysdeps/powerpc/powerpc64/power7/memrchr.S | 1 +
sysdeps/powerpc/powerpc64/power8/memrchr.S | 1 +
sysdeps/s390/memrchr-c.c | 4 +
sysdeps/s390/memrchr.c | 8 +-
sysdeps/s390/strchrnul-c.c | 4 +-
sysdeps/s390/strchrnul.c | 8 +-
sysdeps/unix/sysv/linux/powerpc/powerpc64/clone3.S | 157 +++++++++++++++++++++
sysdeps/unix/sysv/linux/powerpc/sysdep.h | 1 +
sysdeps/x86_64/memrchr.S | 1 +
sysdeps/x86_64/multiarch/memrchr.c | 1 +
sysdeps/x86_64/multiarch/strchrnul.c | 4 +
sysdeps/x86_64/strchrnul.S | 1 +
29 files changed, 240 insertions(+), 30 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/clone3.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 devel/omp/gcc-12
in repository gcc.
from 6e0ba07ff18 '{c-c++-common,gfortran.dg}/gomp/uses_allocators-*' -> 'lib [...]
new 7e1963a4e6a 'gfortran.dg/gomp/allocate-4.f90' -> 'libgomp.fortran/alloc [...]
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/ChangeLog.omp | 2 ++
libgomp/ChangeLog.omp | 2 ++
.../allocate-4.f90 => libgomp/testsuite/libgomp.fortran/allocate-5.f90 | 0
3 files changed, 4 insertions(+)
rename gcc/testsuite/gfortran.dg/gomp/allocate-4.f90 => libgomp/testsuite/libgomp. [...]
--
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 9c0ffa3776a 'c-c++-common/gomp/alloc-pinned-1.c' -> 'libgomp.c-c++-comm [...]
new 6e0ba07ff18 '{c-c++-common,gfortran.dg}/gomp/uses_allocators-*' -> 'lib [...]
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/ChangeLog.omp | 7 +++++++
libgomp/ChangeLog.omp | 11 +++++++++++
libgomp/testsuite/libgomp.c++/c++.exp | 7 +++++++
.../testsuite/libgomp.c-c++-common}/uses_allocators-1.c | 0
.../testsuite/libgomp.c-c++-common}/uses_allocators-2.c | 0
.../testsuite/libgomp.c-c++-common}/uses_allocators-3.c | 0
libgomp/testsuite/libgomp.c/c.exp | 7 +++++++
.../testsuite/libgomp.fortran}/uses_allocators-1.f90 | 0
.../testsuite/libgomp.fortran}/uses_allocators-2.f90 | 0
.../testsuite/libgomp.fortran}/uses_allocators-3.f90 | 0
10 files changed, 32 insertions(+)
rename {gcc/testsuite/c-c++-common/gomp => libgomp/testsuite/libgomp.c-c++-common} [...]
rename {gcc/testsuite/c-c++-common/gomp => libgomp/testsuite/libgomp.c-c++-common} [...]
rename {gcc/testsuite/c-c++-common/gomp => libgomp/testsuite/libgomp.c-c++-common} [...]
rename {gcc/testsuite/gfortran.dg/gomp => libgomp/testsuite/libgomp.fortran}/uses_ [...]
rename {gcc/testsuite/gfortran.dg/gomp => libgomp/testsuite/libgomp.fortran}/uses_ [...]
rename {gcc/testsuite/gfortran.dg/gomp => libgomp/testsuite/libgomp.fortran}/uses_ [...]
--
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 f98e0d62108 Fix 'omp_allocator_handle_kind' example in 'gfortran.dg/gom [...]
new 9c0ffa3776a 'c-c++-common/gomp/alloc-pinned-1.c' -> 'libgomp.c-c++-comm [...]
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/ChangeLog.omp | 2 ++
libgomp/ChangeLog.omp | 4 ++++
.../gomp => libgomp/testsuite/libgomp.c-c++-common}/alloc-pinned-1.c | 0
3 files changed, 6 insertions(+)
rename {gcc/testsuite/c-c++-common/gomp => libgomp/testsuite/libgomp.c-c++-common} [...]
--
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 353a52cb5f1 Fix 'libgomp.fortran/reverse-offload-6.f90' nvptx offloadin [...]
new f98e0d62108 Fix 'omp_allocator_handle_kind' example in 'gfortran.dg/gom [...]
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/ChangeLog.omp | 5 +++++
gcc/testsuite/gfortran.dg/gomp/allocate-4.f90 | 7 ++++++-
2 files changed, 11 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 gcc.
from ae091a44f6a Fortran/OpenMP: Fix -fopenmp-simd for 'omp assume(s)'
new 1eb78a935aa OpenMP: Parse align clause in allocate directive in C/C++
new 1189d1b38e2 docs: add caveat for __builtin_cpu_supports
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/c/c-parser.cc | 88 ++++++++++++++++++-------
gcc/cp/parser.cc | 97 +++++++++++++++++++++++-----
gcc/doc/extend.texi | 3 +
gcc/testsuite/c-c++-common/gomp/allocate-5.c | 36 +++++++++++
4 files changed, 184 insertions(+), 40 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
from 128d0e2432 55: onsuccess: #542: boot: Success after binutils/llvm/linux [...]
new 35e0651601 56: onsuccess: #543: boot: Success after binutils/llvm/linux [...]
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:
01-reset_artifacts/console.log.xz | Bin 1800 -> 1796 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2800 bytes
03-build_abe-binutils/console.log.xz | Bin 31052 -> 31556 bytes
04-build_kernel_llvm/console.log.xz | Bin 64084 -> 66372 bytes
05-build_abe-qemu/console.log.xz | Bin 32284 -> 32336 bytes
06-build_linux/console.log.xz | Bin 3468 -> 3496 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 4300 -> 4408 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.