This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 565fcc7abc3 Daily bump.
new 7533e6e5af2 Daily bump.
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/DATESTAMP | 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 gcc.
from 57acdcf3fb3 vect: Fix dominator update [PR123152]
new 5fa0a8f7e17 Daily bump.
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 | 7 +
gcc/ChangeLog | 358 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 8 ++
gcc/algol68/ChangeLog | 5 +
gcc/c/ChangeLog | 10 ++
gcc/cobol/ChangeLog | 6 +
gcc/cp/ChangeLog | 95 +++++++++++++
gcc/fortran/ChangeLog | 31 +++++
gcc/lto/ChangeLog | 5 +
gcc/m2/ChangeLog | 6 +
gcc/testsuite/ChangeLog | 209 ++++++++++++++++++++++++++++
libgomp/ChangeLog | 4 +
libstdc++-v3/ChangeLog | 50 +++++++
14 files changed, 795 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 binutils-gdb.
from 4e05bdc73a0 Re: asan: alpha-vms: mmember access within null pointer
new 28e9d214f96 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-17-branch
in repository binutils-gdb.
from f0b26bcb30c Automatic date update in version.in
new f28424f32f5 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_45-branch
in repository binutils-gdb.
from af7a8b11a9c Automatic date update in version.in
new ad4884b4f64 Automatic date update in version.in
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:
bfd/version.h | 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 glibc.
from 65f55bb7e5 stdlib: Avoid strlen plt with clang
new 0b8a996f44 riscv: Add RVV memset for both multiarch and non-multiarch builds
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:
.../multiarch/dl-symbol-redir-ifunc.h | 4 +-
.../{memcpy-generic.c => memset-generic.c} | 8 ++--
.../riscv/multiarch/memset-vector.S | 19 ++++----
sysdeps/riscv/preconfigure | 1 +
sysdeps/riscv/preconfigure.ac | 1 +
sysdeps/riscv/rv32/rvv/Implies | 2 +
sysdeps/riscv/rv64/rvv/Implies | 2 +
.../x86_64/x32/prctl.S => riscv/rvv/memset.S} | 54 ++++++++++++++--------
sysdeps/unix/sysv/linux/riscv/multiarch/Makefile | 3 ++
.../sysv/linux/riscv/multiarch/ifunc-impl-list.c | 22 +++++++--
.../linux/riscv/multiarch/{memcpy.c => memset.c} | 43 ++++++++---------
11 files changed, 100 insertions(+), 59 deletions(-)
copy sysdeps/{aarch64 => riscv}/multiarch/dl-symbol-redir-ifunc.h (92%)
copy sysdeps/riscv/multiarch/{memcpy-generic.c => memset-generic.c} (83%)
copy elf/tst-origin.c => sysdeps/riscv/multiarch/memset-vector.S (76%)
create mode 100644 sysdeps/riscv/rv32/rvv/Implies
create mode 100644 sysdeps/riscv/rv64/rvv/Implies
copy sysdeps/{unix/sysv/linux/x86_64/x32/prctl.S => riscv/rvv/memset.S} (54%)
copy sysdeps/unix/sysv/linux/riscv/multiarch/{memcpy.c => memset.c} (54%)
--
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 68501f9d89e all: update golang.org/x/crypto dependency
new 15f7c589619 libgo: use -Wc,-shared-libgcc on Solaris
new 57acdcf3fb3 vect: Fix dominator update [PR123152]
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/go/gofrontend/MERGE | 2 +-
.../g++.dg/vect/vect-uncounted-prolog-peel_1.cc | 51 ++++++++++++++++++++++
...log-peel_1.c => vect-uncounted-prolog-peel_2.c} | 28 ++++++------
...log-peel_1.c => vect-uncounted-prolog-peel_3.c} | 29 ++++++------
gcc/tree-vect-loop-manip.cc | 14 +++---
libgo/Makefile.am | 3 +-
libgo/Makefile.in | 4 +-
libgo/configure | 14 +++++-
libgo/configure.ac | 9 ++++
libgo/testsuite/Makefile.in | 1 +
10 files changed, 119 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/vect-uncounted-prolog-peel_1.cc
copy gcc/testsuite/gcc.dg/vect/{vect-uncounted-prolog-peel_1.c => vect-uncounted-p [...]
copy gcc/testsuite/gcc.dg/vect/{vect-uncounted-prolog-peel_1.c => vect-uncounted-p [...]
--
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 67356e61bd5 fortran, openmp: Add default: clause in order to avoid -Wma [...]
new 68501f9d89e all: update golang.org/x/crypto dependency
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/go/gofrontend/MERGE | 2 +-
libgo/go/go.mod | 2 +-
libgo/go/vendor/modules.txt | 2 +-
3 files changed, 3 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 05f9824f44f Fortran: INTENT(IN) polymorphic argument with pointer compo [...]
new b3c167b61fd libstdc++: Use union to store non-trivially destructible ty [...]
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/variant | 13 +++----
libstdc++-v3/testsuite/20_util/variant/112591.cc | 16 ++++++--
.../testsuite/20_util/variant/112591_compat.cc | 4 ++
.../testsuite/20_util/variant/constinit.cc | 40 ++++++++++++++++++++
.../testsuite/20_util/variant/constinit_compat.cc | 43 ++++++++++++++++++++++
5 files changed, 106 insertions(+), 10 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/variant/112591_compat.cc
create mode 100644 libstdc++-v3/testsuite/20_util/variant/constinit.cc
create mode 100644 libstdc++-v3/testsuite/20_util/variant/constinit_compat.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.