This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 90788dd7223 libstdc++: Regenerate <bits/version.h> in maintainer mode
new c608b57f77a libstdc++: Suppress deprecation messages from <tbb/task.h> [...]
new 07e03761a7f libstdc++: Fix infinite loop in std::binomial_distribution [...]
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:
libstdc++-v3/include/bits/random.tcc | 2 +-
libstdc++-v3/include/pstl/parallel_backend_tbb.h | 10 ++++++++++
.../26_numerics/random/binomial_distribution/114359.cc | 12 ++++++++++++
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/26_numerics/random/binomial_distribution [...]
--
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-13
in repository gcc.
from 32cc04c6ba8 Daily bump.
new 1a6d04fce7d i386: Unify {general,timode}_scalar_chain::convert_op [PR111822]
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/i386/i386-features.cc | 119 ++++++++++---------------------
gcc/config/i386/i386-features.h | 4 +-
gcc/testsuite/g++.target/i386/pr111822.C | 4 +-
3 files changed, 39 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 f5118546a8d libstdc++: Fix typos in MemoryChecker assertion messages in [...]
new ef2efc53fd8 libstdc++: Fix Python scripts to output the correct filename
new d1b8c2237d7 libstdc++: Update docs on build process and generated files
new 90788dd7223 libstdc++: Regenerate <bits/version.h> in maintainer mode
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:
contrib/unicode/gen_libstdcxx_unicode_data.py | 6 +-
gcc/doc/install.texi | 2 +
libstdc++-v3/doc/html/index.html | 2 +-
libstdc++-v3/doc/html/manual/appendix.html | 2 +-
libstdc++-v3/doc/html/manual/appendix_porting.html | 119 +++++++++++++--
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/xml/manual/build_hacking.xml | 164 +++++++++++++++++++--
libstdc++-v3/include/Makefile.am | 6 +
libstdc++-v3/include/Makefile.in | 4 +
libstdc++-v3/include/bits/text_encoding-data.h | 3 +-
libstdc++-v3/include/bits/unicode-data.h | 2 +-
libstdc++-v3/scripts/gen_text_encoding_data.py | 5 +-
12 files changed, 285 insertions(+), 32 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 16afbd9c9c4 libstdc++: Begin lifetime of storage in std::vector<bool> [ [...]
new f5118546a8d libstdc++: Fix typos in MemoryChecker assertion messages 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:
libstdc++-v3/testsuite/util/pstl/test_utils.h | 14 +++++++-------
1 file changed, 7 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 binutils-gdb.
from 8695c3a6938 gdbsupport: rename include guard in gdb-checked-static-cast.h
new 696f6b6660a Remove redunant test of ELF size in core note decoder.
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:
binutils/readelf.c | 7 -------
1 file changed, 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 c7a774edbf8 analyzer: fixes to __atomic_{exchange,load,store} [PR114286]
new 16afbd9c9c4 libstdc++: Begin lifetime of storage in std::vector<bool> [ [...]
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/stl_bvector.h | 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 binutils-gdb.
from 709b8d140b4 Fix seg-fault in the DWARF reader code when accessing an ab [...]
new 7d18eb9983b gdb: use static_cast in gdb::checked_static_cast
new 8695c3a6938 gdbsupport: rename include guard in gdb-checked-static-cast.h
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:
gdbsupport/gdb-checked-static-cast.h | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 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 f6080a91c5e ld: Support LD_UNDER_TEST environment variable
new 709b8d140b4 Fix seg-fault in the DWARF reader code when accessing an ab [...]
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:
binutils/dwarf.c | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 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 2c16eb1d834 Fix free of unallocated memory in the BFD library's compres [...]
new f6080a91c5e ld: Support LD_UNDER_TEST environment variable
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:
ld/testsuite/config/default.exp | 30 ++++++++++++++++++++++++++----
1 file changed, 26 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.