This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d77b548fb64 c++: clobber non-placement new new 0c0847158ca Update to Unicode 17.0.0 new 152f4daab44 libstdc++: Fix allocator propagation and tests for std::ind [...] new bca9dd11059 libstdc++: Remove unused config/cpu/cris/atomicity.h file [ [...] new 65b6d374fc7 libstdc++: Remove unused config/cpu/i486/atomicity.h file
The 4 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/DerivedCoreProperties.txt | 599 +- contrib/unicode/DerivedGeneralCategory.txt | 203 +- contrib/unicode/DerivedNormalizationProps.txt | 87 +- contrib/unicode/EastAsianWidth.txt | 109 +- contrib/unicode/GraphemeBreakProperty.txt | 28 +- ...emeBreakProperty.txt => HangulSyllableType.txt} | 679 +- contrib/unicode/NameAliases.txt | 10 +- contrib/unicode/PropList.txt | 72 +- contrib/unicode/README | 7 +- contrib/unicode/UnicodeData.txt | 489 +- contrib/unicode/emoji-data.txt | 148 +- contrib/unicode/from_glibc/utf8_gen.py | 147 +- .../cpp/named-universal-char-escape-1.c | 1 + libcpp/generated_cpp_wcwidth.h | 206 +- libcpp/makeucnid.cc | 2 +- libcpp/makeuname2c.cc | 13 +- libcpp/ucnid.h | 67 +- libcpp/uname2c.h | 37071 ++++++++++--------- libstdc++-v3/config/cpu/cris/atomicity.h | 89 - libstdc++-v3/config/cpu/i486/atomicity.h | 52 - libstdc++-v3/include/bits/indirect.h | 4 +- libstdc++-v3/include/bits/unicode-data.h | 948 +- libstdc++-v3/testsuite/ext/unicode/properties.cc | 2 +- libstdc++-v3/testsuite/std/memory/indirect/copy.cc | 55 +- .../testsuite/std/memory/indirect/copy_alloc.cc | 12 +- libstdc++-v3/testsuite/std/memory/indirect/ctor.cc | 11 +- libstdc++-v3/testsuite/std/memory/indirect/move.cc | 85 +- .../testsuite/std/memory/indirect/move_alloc.cc | 18 +- .../testsuite/std/memory/indirect/relops.cc | 2 +- .../testsuite/std/memory/polymorphic/copy.cc | 55 +- .../testsuite/std/memory/polymorphic/copy_alloc.cc | 24 +- .../testsuite/std/memory/polymorphic/ctor.cc | 11 +- .../testsuite/std/memory/polymorphic/ctor_poly.cc | 8 +- .../testsuite/std/memory/polymorphic/move.cc | 81 +- .../testsuite/std/memory/polymorphic/move_alloc.cc | 18 +- libstdc++-v3/testsuite/util/testsuite_allocator.h | 89 +- 36 files changed, 21041 insertions(+), 20461 deletions(-) copy contrib/unicode/{GraphemeBreakProperty.txt => HangulSyllableType.txt} (51%) delete mode 100644 libstdc++-v3/config/cpu/cris/atomicity.h delete mode 100644 libstdc++-v3/config/cpu/i486/atomicity.h