This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from fff23f42e89 fortran: Fix debug info for unsigned(kind=1) and unsigned(k [...]
new c096341a080 c++: lambda this capture and requires [PR120123]
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/lambda.cc | 5 +----
gcc/testsuite/g++.dg/cpp2a/concepts-lambda24.C | 13 +++++++++++++
2 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda24.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 releases/gcc-14
in repository gcc.
from e02b12e7248 Daily bump.
new 6e10db3be01 c++: lambda this capture and requires [PR120123]
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/lambda.cc | 5 +----
gcc/testsuite/g++.dg/cpp2a/concepts-lambda24.C | 13 +++++++++++++
2 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda24.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 releases/gcc-12
in repository gcc.
from 42fd3cc4306 Fortran: Suppress failing part of testcase [PR109345]
new 8bdbd3b7346 c++: lambda this capture and requires [PR120123]
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/lambda.cc | 5 +----
gcc/testsuite/g++.dg/cpp2a/concepts-lambda24.C | 13 +++++++++++++
2 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda24.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 d7f33a35bff c++: __is_destructible fixes [PR107600]
new 4e47e2f8337 libgomp: Add OpenMP's omp_target_memset/omp_target_memset_async
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/cuda/cuda.h | 3 +
libgomp/libgomp-plugin.h | 1 +
libgomp/libgomp.h | 3 +-
libgomp/libgomp.map | 6 ++
libgomp/libgomp.texi | 98 +++++++++++++++++++++-
libgomp/omp.h.in | 4 +
libgomp/omp_lib.f90.in | 23 +++++
libgomp/omp_lib.h.in | 25 ++++++
libgomp/plugin/cuda-lib.def | 1 +
libgomp/plugin/plugin-gcn.c | 80 ++++++++++++++++++
libgomp/plugin/plugin-nvptx.c | 9 ++
libgomp/target.c | 83 ++++++++++++++++++
.../libgomp.c-c++-common/omp_target_memset-2.c | 62 ++++++++++++++
.../libgomp.c-c++-common/omp_target_memset-3.c | 80 ++++++++++++++++++
.../libgomp.c-c++-common/omp_target_memset.c | 62 ++++++++++++++
.../libgomp.fortran/omp_target_memset-2.f90 | 67 +++++++++++++++
.../libgomp.fortran/omp_target_memset.f90 | 39 +++++++++
17 files changed, 642 insertions(+), 4 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/omp_target_memset-2.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/omp_target_memset-3.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/omp_target_memset.c
create mode 100644 libgomp/testsuite/libgomp.fortran/omp_target_memset-2.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/omp_target_memset.f90
--
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 08031b88e2a libstdc++: Pass small trivial types by value in polymorphic [...]
new 8a42538f969 c++: __has_trivial_destructor regression
new d7f33a35bff c++: __is_destructible fixes [PR107600]
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/method.cc | 21 ++++++++++++++++-----
gcc/cp/semantics.cc | 1 +
gcc/testsuite/g++.dg/ext/has_trivial_destructor-3.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/ext/is_destructible2.C | 15 +++++++++++++++
4 files changed, 53 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/has_trivial_destructor-3.C
create mode 100644 gcc/testsuite/g++.dg/ext/is_destructible2.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 glibc.
from af90dc572a nss: free dynarray buffer after parsing nsswitch.conf
new 591283a689 manual: Correct return value description of 'clock_nanosleep'
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:
manual/time.texi | 33 ++++++++++++++-------------------
1 file changed, 14 insertions(+), 19 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 25cbb3a28 newlib: riscv: Remove undefined behavior in strlen()
new 0f8bc0d11 RISC-V: setjmp: reduce code size for register load/store with Zilsd
new 1fefd2a45 RISC-V: strcmp: refactor labels for improved readability
new e9ca8cc5f RISC-V: strcmp [speed optimized]: use compressed registers wh [...]
new 4fa6fe31c RISC-V: strcmp [speed optimized]: optimize null detect logic [...]
new 972872c0d RISC-V: strcmp [speed optimized]: optimize mismatch logic for [...]
The 5 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/machine/riscv/setjmp.S | 74 +++++++++-----
newlib/libc/machine/riscv/strcmp.S | 194 ++++++++++++++++++++++---------------
2 files changed, 166 insertions(+), 102 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 9197e8eebe3 [gdb/python] Reimplement F405 fix
new 568ec5b9831 gdb: introduce a per-interpreter event servicing method
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/interps.h | 8 ++++++++
gdb/main.c | 2 +-
gdb/top.c | 4 ++--
3 files changed, 11 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 a2e1c972050 libstdc++: Implement C++26 std::polymorphic [PR119152]
new 08031b88e2a libstdc++: Pass small trivial types by value in polymorphic [...]
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:
libstdc++-v3/include/bits/cpyfunc_impl.h | 4 +++
libstdc++-v3/include/bits/funcref_impl.h | 4 +++
libstdc++-v3/include/bits/funcwrap.h | 20 ++++++++++++-
libstdc++-v3/include/bits/mofunc_impl.h | 4 +++
.../testsuite/20_util/copyable_function/call.cc | 7 +++--
.../testsuite/20_util/copyable_function/conv.cc | 35 ++++++++++++++++++++++
.../20_util/copyable_function/incomplete_neg.cc | 18 +++++++++++
.../testsuite/20_util/function_ref/call.cc | 10 +++----
.../testsuite/20_util/function_ref/conv.cc | 34 +++++++++++++++++++++
.../20_util/function_ref/incomplete_neg.cc | 18 +++++++++++
.../testsuite/20_util/move_only_function/call.cc | 7 +++--
.../testsuite/20_util/move_only_function/conv.cc | 35 ++++++++++++++++++++++
.../20_util/move_only_function/incomplete_neg.cc | 18 +++++++++++
13 files changed, 202 insertions(+), 12 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/copyable_function/incomplete_neg.cc
create mode 100644 libstdc++-v3/testsuite/20_util/function_ref/incomplete_neg.cc
create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/incomplete_neg.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.