This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e477e7cd104 testsuite: Add -mpopcnt and -mabm variants of PR90693 tests new bec57be12d9 libstdc++: Fix new <sstream> tests for COW std::string ABI new 01789efaea2 libstdc++: Improve diagnostics for ill-formed std::_Destroy [...] new 32f3698e535 libstdc++: Fix whitespace before comments in <sstream> new db0cee881f6 libstdc++: Remove unused 'test' variables in test cases new 1e8077634fb libstdc++: Replace some uses of std::__addressof with std:: [...]
The 5 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/doc/html/manual/test.html | 12 ---- libstdc++-v3/doc/xml/manual/test.xml | 14 ----- libstdc++-v3/include/bits/stl_construct.h | 72 +++++++++------------- libstdc++-v3/include/bits/stl_uninitialized.h | 28 ++++----- libstdc++-v3/include/std/sstream | 12 ++-- .../{destroy_neg.cc => destroy_n_neg.cc} | 20 ++++-- .../memory_management_tools/destroy_neg.cc | 20 ++++-- .../vector/cons/destructible_debug_neg.cc | 7 +-- .../23_containers/vector/cons/destructible_neg.cc | 7 +-- .../basic_istringstream/cons/char/string_view.cc | 6 ++ .../basic_ostringstream/cons/char/string_view.cc | 6 ++ .../27_io/basic_stringbuf/cons/char/string_view.cc | 6 ++ .../basic_stringstream/cons/char/string_view.cc | 6 ++ .../experimental/net/buffer/arithmetic.cc | 2 - .../testsuite/experimental/net/buffer/const.cc | 1 - .../testsuite/experimental/net/buffer/mutable.cc | 1 - .../testsuite/experimental/net/buffer/size.cc | 2 - .../experimental/net/timer/waitable/cons.cc | 6 -- .../experimental/net/timer/waitable/dest.cc | 2 - .../experimental/net/timer/waitable/ops.cc | 4 -- .../ext/special_functions/airy_ai/check_value.cc | 1 - .../ext/special_functions/airy_bi/check_value.cc | 1 - .../special_functions/conf_hyperg/check_value.cc | 1 - .../ext/special_functions/hyperg/check_value.cc | 1 - .../01_assoc_laguerre/check_value.cc | 1 - .../02_assoc_legendre/check_value.cc | 1 - .../special_functions/02_assoc_legendre/pr86655.cc | 1 - .../special_functions/03_beta/check_value.cc | 1 - .../04_comp_ellint_1/check_value.cc | 1 - .../05_comp_ellint_2/check_value.cc | 1 - .../06_comp_ellint_3/check_value.cc | 1 - .../07_cyl_bessel_i/check_value.cc | 1 - .../08_cyl_bessel_j/check_value.cc | 1 - .../09_cyl_bessel_k/check_value.cc | 1 - .../10_cyl_neumann/check_value.cc | 1 - .../special_functions/11_ellint_1/check_value.cc | 1 - .../special_functions/12_ellint_2/check_value.cc | 1 - .../special_functions/13_ellint_3/check_value.cc | 1 - .../special_functions/14_expint/check_value.cc | 1 - .../special_functions/15_hermite/check_value.cc | 1 - .../special_functions/16_laguerre/check_value.cc | 1 - .../special_functions/17_legendre/check_value.cc | 1 - .../18_riemann_zeta/check_value.cc | 1 - .../special_functions/19_sph_bessel/check_value.cc | 1 - .../20_sph_legendre/check_value.cc | 1 - .../special_functions/20_sph_legendre/pr86655.cc | 1 - .../21_sph_neumann/check_value.cc | 1 - .../01_assoc_laguerre/check_value.cc | 1 - .../02_assoc_legendre/check_value.cc | 1 - .../special_functions/02_assoc_legendre/pr86655.cc | 1 - .../special_functions/03_beta/check_value.cc | 1 - .../04_comp_ellint_1/check_value.cc | 1 - .../05_comp_ellint_2/check_value.cc | 1 - .../06_comp_ellint_3/check_value.cc | 1 - .../07_conf_hyperg/check_value.cc | 1 - .../08_cyl_bessel_i/check_value.cc | 1 - .../09_cyl_bessel_j/check_value.cc | 1 - .../10_cyl_bessel_k/check_value.cc | 1 - .../11_cyl_neumann/check_value.cc | 1 - .../special_functions/12_ellint_1/check_value.cc | 1 - .../special_functions/13_ellint_2/check_value.cc | 1 - .../special_functions/14_ellint_3/check_value.cc | 1 - .../special_functions/15_expint/check_value_neg.cc | 1 - .../special_functions/16_hermite/check_value.cc | 1 - .../special_functions/17_hyperg/check_value.cc | 1 - .../special_functions/18_laguerre/check_value.cc | 1 - .../special_functions/19_legendre/check_value.cc | 1 - .../20_riemann_zeta/check_value_neg.cc | 1 - .../special_functions/21_sph_bessel/check_value.cc | 1 - .../22_sph_legendre/check_value.cc | 1 - .../special_functions/22_sph_legendre/pr86655.cc | 1 - .../23_sph_neumann/check_value.cc | 1 - 72 files changed, 106 insertions(+), 180 deletions(-) copy libstdc++-v3/testsuite/20_util/specialized_algorithms/memory_management_tools [...]