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 cecee3a3486 Daily bump.
new 63b2e747c3c 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 4fbe8f44389 cse: Check volatile memory in cselib_redundant_set_p
new 78eca0d5c82 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 | 4 +
gcc/ChangeLog | 100 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/algol68/ChangeLog | 11 ++
gcc/cp/ChangeLog | 18 +++
gcc/m2/ChangeLog | 18 +++
gcc/rust/ChangeLog | 308 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 78 ++++++++++++
libgomp/ChangeLog | 4 +
libstdc++-v3/ChangeLog | 118 +++++++++++++++++++
10 files changed, 660 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 gdb-17-branch
in repository binutils-gdb.
from 01f8f68c64f Automatic date update in version.in
new 383e7908e7e 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 d02f1c9e90e Automatic date update in version.in
new 8688e2de083 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 binutils-gdb.
from dac3dbbf5e2 gdb: replace msym_bunch with deque
new 97b45c11d05 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 1c588a2187 malloc: Improve thp_init
new 9da0585852 atomic: Reinstate HAVE_64B_ATOMICS configure check
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:
config.h.in | 3 ++
configure | 42 ++++++++++++++++++
configure.ac | 27 ++++++++++++
include/atomic.h | 60 +++++++-------------------
include/atomic_wide_counter.h | 6 +--
misc/atomic_wide_counter.c | 4 +-
nptl/pthread_cond_common.c | 6 +--
stdlib/setenv.h | 2 +-
sysdeps/alpha/atomic-machine.h | 2 +-
sysdeps/generic/atomic-machine.h | 12 ------
sysdeps/generic/atomic-sem_t.h | 4 +-
sysdeps/nptl/rseq-access.h | 2 +-
sysdeps/riscv/atomic-machine.h | 2 -
sysdeps/sparc/atomic-machine.h | 6 +--
sysdeps/unix/sysv/linux/sparc/sparc32/Makefile | 6 ---
sysdeps/x86/atomic-machine.h | 6 ---
16 files changed, 102 insertions(+), 88 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 278eb0a081a libstdc++: Make __cpp_lib_constexpr_exceptions depend on cxx11 ABI
new 4fbe8f44389 cse: Check volatile memory in cselib_redundant_set_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:
gcc/cselib.cc | 8 ++++++--
gcc/testsuite/gcc.dg/{pr114768.c => pr122343-1.c} | 3 +--
2 files changed, 7 insertions(+), 4 deletions(-)
copy gcc/testsuite/gcc.dg/{pr114768.c => pr122343-1.c} (70%)
--
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 12084561db6 libstdc++: Implement std::philox_engine for targets without [...]
new 278eb0a081a libstdc++: Make __cpp_lib_constexpr_exceptions depend on cxx11 ABI
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/version.def | 1 +
libstdc++-v3/include/bits/version.h | 2 +-
libstdc++-v3/testsuite/18_support/exception/version.cc | 1 +
libstdc++-v3/testsuite/18_support/exception_ptr/exception_ptr_cast.cc | 2 ++
libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/version.cc | 1 +
libstdc++-v3/testsuite/19_diagnostics/logic_error/constexpr.cc | 1 +
libstdc++-v3/testsuite/19_diagnostics/runtime_error/constexpr.cc | 1 +
libstdc++-v3/testsuite/20_util/expected/version.cc | 4 ++--
libstdc++-v3/testsuite/20_util/optional/version.cc | 4 ++++
libstdc++-v3/testsuite/20_util/variant/version.cc | 4 ++--
10 files changed, 16 insertions(+), 5 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 c504ab2de5a a68: fix handling of flex modes in complete_encoded_mode [P [...]
new 53893d44f3f libstdc++: Adjust tests to work for -D_GLIBCXX_USE_OLD_GENE [...]
new a9eb2f24b01 libstdc++: Use -fexcess-precision=standard for std::generat [...]
new 12084561db6 libstdc++: Implement std::philox_engine for targets without [...]
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:
libstdc++-v3/include/bits/random.h | 516 +++++++++++++++++----
libstdc++-v3/include/bits/random.tcc | 39 +-
libstdc++-v3/include/bits/version.def | 1 -
libstdc++-v3/include/bits/version.h | 2 +-
.../testsuite/26_numerics/random/philox4x32.cc | 1 -
.../testsuite/26_numerics/random/philox4x64.cc | 1 -
.../26_numerics/random/philox_engine/cons/copy.cc | 1 -
.../random/philox_engine/cons/default.cc | 1 -
.../26_numerics/random/philox_engine/cons/seed.cc | 1 -
.../random/philox_engine/operators/equal.cc | 1 -
.../random/philox_engine/operators/serialize.cc | 1 -
.../random/philox_engine/requirements/constants.cc | 1 -
.../random/philox_engine/requirements/typedefs.cc | 1 -
.../uniform_real_distribution/operators/64351.cc | 26 ++
.../operators/gencanon.cc | 4 +-
15 files changed, 469 insertions(+), 128 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 e607549f249 [gdb/contrib] Add tcllint->tclint in codespell-dictionary.txt
new dac3dbbf5e2 gdb: replace msym_bunch with deque
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/minsyms.c | 95 ++++++++++-------------------------------------------------
gdb/minsyms.h | 23 ++++-----------
2 files changed, 21 insertions(+), 97 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.