This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 5ea03b98ba0 Daily bump.
new 77923ad0141 libstdc++: Make std::assume_aligned a constexpr function [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:
libstdc++-v3/include/std/memory | 25 ++++++++++++++++++----
libstdc++-v3/testsuite/20_util/assume_aligned/1.cc | 23 +++++++++++++++++++-
.../3.cc => assume_aligned/97132.cc} | 19 ++++++++++------
3 files changed, 56 insertions(+), 11 deletions(-)
copy libstdc++-v3/testsuite/20_util/{unwrap_reference/3.cc => assume_aligned/97132 [...]
--
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-10
in repository gcc.
from 634ee90804c arm: Fix the warning -mcpu=cortex-m55 conflicting with -mar [...]
new 53325dec8e0 PR libfortran/97063 - Wrong result for vector (step size is [...]
new 90c9484b12d libstdc++: Make std::assume_aligned a constexpr function [P [...]
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/gfortran.dg/matmul_20.f90 | 47 +++++++
libgfortran/generated/matmul_c10.c | 140 ++++++++++-----------
libgfortran/generated/matmul_c16.c | 140 ++++++++++-----------
libgfortran/generated/matmul_c4.c | 140 ++++++++++-----------
libgfortran/generated/matmul_c8.c | 140 ++++++++++-----------
libgfortran/generated/matmul_i1.c | 140 ++++++++++-----------
libgfortran/generated/matmul_i16.c | 140 ++++++++++-----------
libgfortran/generated/matmul_i2.c | 140 ++++++++++-----------
libgfortran/generated/matmul_i4.c | 140 ++++++++++-----------
libgfortran/generated/matmul_i8.c | 140 ++++++++++-----------
libgfortran/generated/matmul_r10.c | 140 ++++++++++-----------
libgfortran/generated/matmul_r16.c | 140 ++++++++++-----------
libgfortran/generated/matmul_r4.c | 140 ++++++++++-----------
libgfortran/generated/matmul_r8.c | 140 ++++++++++-----------
libgfortran/generated/matmulavx128_c10.c | 56 ++++-----
libgfortran/generated/matmulavx128_c16.c | 56 ++++-----
libgfortran/generated/matmulavx128_c4.c | 56 ++++-----
libgfortran/generated/matmulavx128_c8.c | 56 ++++-----
libgfortran/generated/matmulavx128_i1.c | 56 ++++-----
libgfortran/generated/matmulavx128_i16.c | 56 ++++-----
libgfortran/generated/matmulavx128_i2.c | 56 ++++-----
libgfortran/generated/matmulavx128_i4.c | 56 ++++-----
libgfortran/generated/matmulavx128_i8.c | 56 ++++-----
libgfortran/generated/matmulavx128_r10.c | 56 ++++-----
libgfortran/generated/matmulavx128_r16.c | 56 ++++-----
libgfortran/generated/matmulavx128_r4.c | 56 ++++-----
libgfortran/generated/matmulavx128_r8.c | 56 ++++-----
libgfortran/m4/matmul_internal.m4 | 28 ++---
libstdc++-v3/include/std/memory | 17 ++-
libstdc++-v3/testsuite/20_util/assume_aligned/1.cc | 23 +++-
.../assume_aligned/97132.cc} | 16 +--
31 files changed, 1380 insertions(+), 1299 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/matmul_20.f90
copy libstdc++-v3/testsuite/{21_strings/basic_string_view/operations/copy/wchar_t/ [...]
--
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 badeac77f55 testsuite: Enable and adjust powerpc fold-vec-extract/inser [...]
new e7a0af84d68 libstdc++: Implement std::make_unique_for_overwrite
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/unique_ptr.h | 22 ++++++++++-
.../20_util/unique_ptr/creation/array_neg.cc | 3 +-
.../unique_ptr/creation/for_overwrite.cc} | 45 ++++++++++++++--------
.../creation/for_overwrite__neg.cc} | 22 +++++++----
4 files changed, 67 insertions(+), 25 deletions(-)
copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_token/stop_possible.cc => [...]
copy libstdc++-v3/testsuite/20_util/{is_pod/deprecated-2a.cc => unique_ptr/creatio [...]
--
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 topic/af_unix
in repository newlib.
from 95012189c Cygwin: AF_UNIX: sendmsg: fix errno if socket is shut down
new c60fcf111 Cygwin: AF_UNIX: sendmsg: send shutdown state
new 99490d282 Cygwin: AF_UNIX: grab_admin_pkg: refactor
new 0ee48565f Cygwin: AF_UNIX: recvmsg: check for shutdown
The 3 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.h | 4 +-
winsup/cygwin/fhandler_socket_unix.cc | 229 +++++++++++++++++++++-------------
2 files changed, 143 insertions(+), 90 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/c++-modules
in repository gcc.
from f5a64e960c6 Fix arm test fail
new d502e14d8f3 Fix non-mapped file io
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:
ChangeLog.modules | 5 +++++
gcc/cp/module.cc | 45 ++++++++++++++++++++++++++-------------------
2 files changed, 31 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 master
in repository binutils-gdb.
from 3c6eb4d439a gdb/thread: fine-tune 'info threads' help text
new 22cc388e2b9 Don't erase TUI source window when switching focus
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/ChangeLog | 10 ++++++++++
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.tui/list.exp | 2 ++
gdb/tui/tui-winsource.c | 8 ++++----
gdb/tui/tui-winsource.h | 5 ++---
5 files changed, 24 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 master
in repository glibc.
from 75c4044b9a y2038: linux: Provide __time64 implementation
new ab5ee31e14 Move vtimes to a compatibility symbol
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:
NEWS | 5 ++
include/sys/vtimes.h | 1 -
manual/resource.texi | 61 ----------------------
resource/Makefile | 2 +-
resource/sys/vtimes.h | 68 -------------------------
resource/vtimes.c | 45 ++++++++++++++--
sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist | 1 -
7 files changed, 48 insertions(+), 135 deletions(-)
delete mode 100644 include/sys/vtimes.h
delete mode 100644 resource/sys/vtimes.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.
unknown user pushed a change to branch master
in repository gcc.
from fc77484c4a4 libstdc++: Use reserved name for C++20 attribute
new 619f91eaa8c cplxlower: Avoid a transform when looking at a default definition
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/gcc.dg/tree-ssa/pr97456.c | 40 +++++++++++++++++++++++++++++++++
gcc/tree-complex.c | 3 ++-
2 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr97456.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.