This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9d8c2ee0247 PR c++/79629 * g++.dg/other/error35.C: New test. new 387a5d4a259 libphobos: Add support for RISCV to glibc bindings new 6e587a63ae7 PR c++/87523 * g++.dg/cpp1y/lambda-generic-87523.C: New test.
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/testsuite/ChangeLog | 3 ++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-87523.C | 32 +++++++++++++ libphobos/libdruntime/core/stdc/fenv.d | 30 +++++++++++++ libphobos/libdruntime/core/stdc/math.d | 9 ++++ libphobos/libdruntime/core/sys/linux/dlfcn.d | 26 +++++++++++ libphobos/libdruntime/core/sys/linux/epoll.d | 10 +++++ libphobos/libdruntime/core/sys/linux/link.d | 8 ++++ libphobos/libdruntime/core/sys/linux/sys/eventfd.d | 8 ++++ libphobos/libdruntime/core/sys/linux/sys/inotify.d | 7 +++ libphobos/libdruntime/core/sys/linux/sys/mman.d | 27 +++++++++++ libphobos/libdruntime/core/sys/posix/dlfcn.d | 9 ++++ libphobos/libdruntime/core/sys/posix/fcntl.d | 15 +++++++ libphobos/libdruntime/core/sys/posix/setjmp.d | 14 ++++++ libphobos/libdruntime/core/sys/posix/signal.d | 36 +++++++++++++++ libphobos/libdruntime/core/sys/posix/sys/mman.d | 4 ++ libphobos/libdruntime/core/sys/posix/sys/msg.d | 45 +++++++++++++++++++ libphobos/libdruntime/core/sys/posix/sys/socket.d | 36 +++++++++++++++ libphobos/libdruntime/core/sys/posix/sys/stat.d | 27 +++++++++++ libphobos/libdruntime/core/sys/posix/ucontext.d | 52 ++++++++++++++++++++++ libphobos/libdruntime/rt/sections_elf_shared.d | 17 ++++--- 20 files changed, 409 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-87523.C