This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1c06243e655 libstdc++: Implement Philox Engine (PR119794)
new 2dc3e74b9dd libstdc++: Refactor std::philox_engine member functions
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/random.h | 264 ++++++++++---------
libstdc++-v3/include/bits/random.tcc | 282 ++++++++-------------
.../testsuite/26_numerics/random/philox4x32.cc | 11 +-
.../testsuite/26_numerics/random/philox4x64.cc | 11 +-
.../random/philox_engine/cons/119794.cc | 39 ---
.../26_numerics/random/philox_engine/cons/copy.cc | 18 +-
.../random/philox_engine/cons/default.cc | 34 ++-
.../26_numerics/random/philox_engine/cons/seed.cc | 45 +++-
.../random/philox_engine/cons/seed_seq.cc | 24 --
.../random/philox_engine/operators/equal.cc | 11 +-
.../random/philox_engine/operators/inequal.cc | 30 ---
.../random/philox_engine/operators/serialize.cc | 7 +-
.../random/philox_engine/requirements/constants.cc | 56 ++--
.../philox_engine/requirements/constexpr_data.cc | 50 ----
.../requirements/constexpr_functions.cc | 41 ---
.../random/philox_engine/requirements/typedefs.cc | 22 +-
.../testsuite/26_numerics/random/pr60037-neg.cc | 2 +-
17 files changed, 387 insertions(+), 560 deletions(-)
delete mode 100644 libstdc++-v3/testsuite/26_numerics/random/philox_engine/cons/119794.cc
delete mode 100644 libstdc++-v3/testsuite/26_numerics/random/philox_engine/cons/se [...]
delete mode 100644 libstdc++-v3/testsuite/26_numerics/random/philox_engine/operato [...]
delete mode 100644 libstdc++-v3/testsuite/26_numerics/random/philox_engine/require [...]
delete mode 100644 libstdc++-v3/testsuite/26_numerics/random/philox_engine/require [...]
--
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 7dd28f0a815 libstdc++: Make function_ref(nontype<f>, r) CTAD SFINAE fri [...]
new 2e1c1240966 arm: mve: fix out-of range literal pool for a const_vector [...]
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/config/arm/mve.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 b8254a047f x86_64: Fix number of operands mismatch for `vdivss'
new 855bfa2566 nptl: Fix MADV_GUARD_INSTALL logic for thread without guard [...]
new c1016b727a assert: Refactor assert/assert_perror
new 3ac2833ec7 mips: Remove strcmp.S
new 70d45632ad mips: Fix delay slot filling in bsd-setjmp.S
new 490cacb099 benchtests: Add workload for tgammaf-inputs
new c40832acff math: Remove unused files
The 6 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:
assert/__libc_assert_fail.c | 5 +-
assert/assert-perr.c | 22 +++-
assert/assert.c | 112 +++--------------
assert/test-assert-2.c | 18 +--
benchtests/tgammaf-inputs | 1 +
include/stdio.h | 47 ++++---
nptl/allocatestack.c | 22 +++-
nptl/tst-guard1.c | 60 ++++++---
posix/tst-libc-message.c | 7 +-
sysdeps/i386/fpu/mpatan.c | 1 -
sysdeps/i386/fpu/mpatan2.c | 1 -
sysdeps/i386/fpu/mpsqrt.c | 1 -
sysdeps/m68k/m680x0/fpu/mpa.c | 1 -
sysdeps/m68k/m680x0/fpu/mpatan.c | 1 -
sysdeps/m68k/m680x0/fpu/mpatan2.c | 1 -
sysdeps/m68k/m680x0/fpu/mpsqrt.c | 1 -
sysdeps/m68k/m680x0/fpu/mptan.c | 1 -
sysdeps/mips/Makefile | 4 +
sysdeps/mips/bsd-setjmp.S | 2 +-
sysdeps/mips/strcmp.S | 249 --------------------------------------
sysdeps/posix/libc_fatal.c | 4 +-
21 files changed, 133 insertions(+), 428 deletions(-)
delete mode 100644 sysdeps/i386/fpu/mpatan.c
delete mode 100644 sysdeps/i386/fpu/mpatan2.c
delete mode 100644 sysdeps/i386/fpu/mpsqrt.c
delete mode 100644 sysdeps/m68k/m680x0/fpu/mpa.c
delete mode 100644 sysdeps/m68k/m680x0/fpu/mpatan.c
delete mode 100644 sysdeps/m68k/m680x0/fpu/mpatan2.c
delete mode 100644 sysdeps/m68k/m680x0/fpu/mpsqrt.c
delete mode 100644 sysdeps/m68k/m680x0/fpu/mptan.c
delete mode 100644 sysdeps/mips/strcmp.S
--
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 54c1b584860 ada: Fix unnesting problem related to constructors
new 7dd28f0a815 libstdc++: Make function_ref(nontype<f>, r) CTAD SFINAE fri [...]
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/funcwrap.h | 19 +++++++++------
.../testsuite/20_util/function_ref/deduction.cc | 28 ++++++++++++++++++++++
2 files changed, 40 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 gcc.
from b8701893e90 toplevel: Fix syntax issue in .editorconfig
new dcb84365a68 ada: Document the GNAT-defined Extended_Access aspect
new fde2299c3af ada: Spurious predicate check at default initialization
new bbd00cd05d3 ada: Include finally statements in debug pretty-printing
new 56902d17173 ada: New preprocessing option for emitting empty comments f [...]
new 5d3f5fde935 ada: Remove rtp base spec linker option pragma
new e8303f86c6d ada: Fix Is_Case_Choice_Pattern for allocators
new be42204d1fb ada: Fix missing warning when child packages hide homonym units
new 346b4921f99 ada: Refactor of Ultimate_Prefix
new 0a10fc5d72f ada: Improve robustness of stack usage tracking in concurre [...]
new 54c1b584860 ada: Fix unnesting problem related to constructors
The 10 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:
.../doc/gnat_rm/implementation_defined_aspects.rst | 83 ++
.../building_executable_programs_with_gnat.rst | 8 +-
.../doc/gnat_ugn/the_gnat_compilation_model.rst | 29 +-
gcc/ada/exp_ch6.adb | 5 +-
gcc/ada/gnat_rm.texi | 1351 +++++++++++---------
gcc/ada/gnat_ugn.texi | 48 +-
gcc/ada/gprep.adb | 6 +-
gcc/ada/libgnarl/s-stusta.adb | 162 ++-
gcc/ada/libgnat/s-stausa.adb | 118 +-
gcc/ada/libgnat/s-stausa.ads | 46 +-
.../libgnat/system-vxworks7-aarch64-rtp-smp.ads | 3 -
gcc/ada/libgnat/system-vxworks7-ppc-rtp-smp.ads | 3 -
gcc/ada/libgnat/system-vxworks7-ppc64-rtp-smp.ads | 3 -
gcc/ada/libgnat/system-vxworks7-x86-rtp-smp.ads | 3 -
gcc/ada/libgnat/system-vxworks7-x86_64-rtp-smp.ads | 3 -
gcc/ada/opt.ads | 7 +-
gcc/ada/prep.adb | 7 +
gcc/ada/prepcomp.adb | 78 +-
gcc/ada/sem_case.adb | 1 +
gcc/ada/sem_ch10.adb | 72 +-
gcc/ada/sem_util.adb | 13 +-
gcc/ada/sprint.adb | 7 +
gcc/ada/switch-c.adb | 40 +
gcc/ada/usage.adb | 4 +-
24 files changed, 1265 insertions(+), 835 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 300c9047bd9 Fortran: Check ICE in gfc_conv_array_initializer has gone [...]
new b8701893e90 toplevel: Fix syntax issue in .editorconfig
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:
.editorconfig | 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 gcc.
from 5756c9816ed Widen-Mul: Fix typo assignment in build_and_insert_cast [PR122031]
new 300c9047bd9 Fortran: Check ICE in gfc_conv_array_initializer has gone [...]
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/fortran/ChangeLog | 2 +-
gcc/testsuite/ChangeLog | 2 +-
2 files 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 binutils-gdb.
from 17956546fd1 Adjust gdb.base/memops-watchpoint.exp for Cygwin/Windows
new 3dfb60bdd5c Adjust gdb.base/memops-watchpoint.exp for native Windows
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/testsuite/gdb.base/memops-watchpoint.exp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.