This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 34107f6ed Add entry 3685fae23bb00898749dfc155212c9c5cd3a0980 from https [...]
new 3a4031e01 Add entry 55e94561e97ed0bce4774aa1c6b5d5d82209a379 from https [...]
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:
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-Os_LTO/build_url | 2 +-
.../{gnu-arm-master-O2 => gnu-aarch64-master-Os_LTO}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{0cfc9c953d0221ec3971a25e6509ebe1041f142e => 55e94561e97ed0bce4774aa [...]
copy gcc/sha1/55e94561e97ed0bce4774aa1c6b5d5d82209a379/tcwg_bmk-code_size-spec2k6/ [...]
--
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 1e74ce8983f contrib: mklog: Use present tense in ChangeLog
new 4f82d5a95a2 OpenMP/C++: Fix (first)private clause with member variables [...]
new 867cbadb912 c++: Fix up decltype of non-dependent structured binding de [...]
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/decl.cc | 4 +-
gcc/cp/semantics.cc | 9 +
gcc/gimplify.cc | 20 +-
gcc/testsuite/g++.dg/cpp1z/decomp59.C | 63 +++++
gcc/testsuite/g++.dg/gomp/target-lambda-1.C | 94 -------
libgomp/testsuite/libgomp.c++/firstprivate-1.C | 305 +++++++++++++++++++++++
libgomp/testsuite/libgomp.c++/firstprivate-2.C | 125 ++++++++++
libgomp/testsuite/libgomp.c++/private-1.C | 247 ++++++++++++++++++
libgomp/testsuite/libgomp.c++/private-2.C | 117 +++++++++
libgomp/testsuite/libgomp.c++/target-lambda-1.C | 15 +-
libgomp/testsuite/libgomp.c++/target-lambda-3.C | 104 ++++++++
libgomp/testsuite/libgomp.c++/target-lambda-4.C | 41 +++
libgomp/testsuite/libgomp.c++/use_device_ptr-1.C | 126 ++++++++++
13 files changed, 1164 insertions(+), 106 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp59.C
delete mode 100644 gcc/testsuite/g++.dg/gomp/target-lambda-1.C
create mode 100644 libgomp/testsuite/libgomp.c++/firstprivate-1.C
create mode 100644 libgomp/testsuite/libgomp.c++/firstprivate-2.C
create mode 100644 libgomp/testsuite/libgomp.c++/private-1.C
create mode 100644 libgomp/testsuite/libgomp.c++/private-2.C
create mode 100644 libgomp/testsuite/libgomp.c++/target-lambda-3.C
create mode 100644 libgomp/testsuite/libgomp.c++/target-lambda-4.C
create mode 100644 libgomp/testsuite/libgomp.c++/use_device_ptr-1.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 b5377928a2a calls: Further fixes for TYPE_NO_NAMED_ARGS_STDARG_P handli [...]
new 1e74ce8983f contrib: mklog: Use present tense in ChangeLog
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:
contrib/mklog.py | 2 +-
1 file changed, 1 insertion(+), 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 5c97cb1c809 s390: Be more verbose about missing operand type
new 5764bd565a9 gdb/jit: Fix missing word in comment
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:
gdb/jit.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 71648e8004 rtld: Add glibc.rtld.enable_secure tunable.
new 426d0e1aa8 riscv: Add Linux hwprobe syscall support
new c6c33339b4 linux: Introduce INTERNAL_VSYSCALL
new e7919e0db2 riscv: Add hwprobe vdso call support
new 78308ce77a riscv: Add __riscv_hwprobe pointer to ifunc calls
new a29bb320a1 riscv: Enable multi-arg ifunc resolvers
new a2b47f7d46 riscv: Add ifunc helper method to hwprobe.h
new 587a1290a1 riscv: Add and use alignment-ignorant memcpy
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.
Summary of changes:
include/libc-symbols.h | 28 +++--
sysdeps/riscv/dl-irel.h | 9 +-
.../bits/platform/features.h => riscv/memcopy.h} | 19 ++-
sysdeps/{aarch64/multiarch => riscv}/memcpy.c | 47 ++++---
sysdeps/riscv/memcpy_noalignment.S | 136 +++++++++++++++++++++
.../multiarch/s_ceil-avx.S => riscv/riscv-ifunc.h} | 17 ++-
sysdeps/unix/sysv/linux/dl-vdso-setup.c | 10 ++
sysdeps/unix/sysv/linux/dl-vdso-setup.h | 3 +
sysdeps/unix/sysv/linux/riscv/Makefile | 21 +++-
sysdeps/unix/sysv/linux/riscv/Versions | 3 +
.../sysv/linux/riscv/hwprobe.c} | 26 ++--
.../unix/sysv/linux/riscv/memcpy-generic.c | 13 +-
sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist | 1 +
sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist | 1 +
sysdeps/unix/sysv/linux/riscv/sys/hwprobe.h | 113 +++++++++++++++++
sysdeps/unix/sysv/linux/riscv/sysdep.h | 1 +
sysdeps/unix/sysv/linux/sysdep-vdso.h | 12 ++
17 files changed, 382 insertions(+), 78 deletions(-)
copy sysdeps/{x86/bits/platform/features.h => riscv/memcopy.h} (69%)
copy sysdeps/{aarch64/multiarch => riscv}/memcpy.c (59%)
create mode 100644 sysdeps/riscv/memcpy_noalignment.S
copy sysdeps/{x86_64/fpu/multiarch/s_ceil-avx.S => riscv/riscv-ifunc.h} (73%)
copy sysdeps/{aarch64/fpu/feholdexcpt.c => unix/sysv/linux/riscv/hwprobe.c} (60%)
copy stdlib/stdc_bit_ceil_ull.c => sysdeps/unix/sysv/linux/riscv/memcpy-generic.c (82%)
create mode 100644 sysdeps/unix/sysv/linux/riscv/sys/hwprobe.h
--
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 master
in repository toolchain/ci/interesting-commits.
from 9a4b970f8 Add entry 3685fae23bb00898749dfc155212c9c5cd3a0980 from https [...]
new 34107f6ed Add entry 3685fae23bb00898749dfc155212c9c5cd3a0980 from https [...]
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:
.../jira/description | 5 ++
.../jira/yaml | 5 ++
.../status.txt | 5 ++
.../master-aarch64/details.txt | 64 +++++++++++-----------
.../master-aarch64/reproduction_instructions.txt | 4 +-
.../master-aarch64}/status-summary.txt | 0
.../master-aarch64/status.txt | 4 +-
.../tcwg_gnu_cross_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/status.txt | 4 +-
9 files changed, 53 insertions(+), 38 deletions(-)
copy gcc/sha1/{83aaa1079c2449b275ea2426699555dbb0118e72 => 3685fae23bb00898749dfc1 [...]
copy gcc/sha1/3685fae23bb00898749dfc155212c9c5cd3a0980/{tcwg_gnu_native_check_gcc [...]
copy gcc/sha1/{0eb9265fe737d901f484e4bcd73ffe386eb35693 => 3685fae23bb00898749dfc1 [...]
copy gcc/sha1/{0eb9265fe737d901f484e4bcd73ffe386eb35693 => 3685fae23bb00898749dfc1 [...]
copy gcc/sha1/{0eb9265fe737d901f484e4bcd73ffe386eb35693 => 3685fae23bb00898749dfc1 [...]
copy gcc/sha1/{83aaa1079c2449b275ea2426699555dbb0118e72 => 3685fae23bb00898749dfc1 [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 2120f4b6d Add entry 9715c545d33b3a32ddc1ae817ba9356ade1fb9df from https [...]
new 9a4b970f8 Add entry 3685fae23bb00898749dfc155212c9c5cd3a0980 from https [...]
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:
.../tcwg_gnu_cross_check_gcc/master-aarch64/build_url | 2 +-
.../master-aarch64/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{03cebd304955a6b9c5607e09312d77f1307cc98e => 3685fae23bb00898749dfc1 [...]
copy gcc/sha1/3685fae23bb00898749dfc155212c9c5cd3a0980/{tcwg_gnu_native_check_gcc [...]
--
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 c77a5689f Cygwin: console: Do not unmap shared console memory belonging [...]
new 6d9369154 Cygwin: lseek: improve seeking posix_getdents descriptors
new e2ea60728 Cygwin: posix_getdents: do not clear attached DIR structure a [...]
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:
winsup/cygwin/fhandler/base.cc | 1 -
winsup/cygwin/syscalls.cc | 83 +++++++++++++++++++++++++++++++-----------
2 files changed, 61 insertions(+), 23 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 5b1fb8f8b4f dwarf2out: Don't move variable sized aggregates to comdat [ [...]
new b5377928a2a calls: Further fixes for TYPE_NO_NAMED_ARGS_STDARG_P handli [...]
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/calls.cc | 7 ++++---
1 file changed, 4 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 270d0f69cff AVR: Document valid ranges of -mfuse-add=
new 5b1fb8f8b4f dwarf2out: Don't move variable sized aggregates to comdat [ [...]
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/dwarf2out.cc | 9 +++++++++
gcc/testsuite/gcc.dg/debug/dwarf2/pr114015.c | 14 ++++++++++++++
2 files changed, 23 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/pr114015.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.