This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26ed5a28b18 aix: Use lcomm for TLS static data. new a38fa1b31f7 libstdc++: Factor out uses of __int128 into a type alias new 60097beb32e libstdc++: Add a LOCAL_PATCHES file to Ryu source directory new 349adff2086 libstdc++: Remove Ryu's uint128_t aliases new c4f8e568aa6 libstdc++: Add a fallback 128-bit integer class type and use it
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: libstdc++-v3/src/c++17/floating_to_chars.cc | 83 +++--- libstdc++-v3/src/c++17/ryu/LOCAL_PATCHES | 2 + libstdc++-v3/src/c++17/ryu/d2s_intrinsics.h | 4 - libstdc++-v3/src/c++17/ryu/generic_128.h | 3 - libstdc++-v3/src/c++17/ryu/ryu_generic_128.h | 4 +- libstdc++-v3/src/c++17/uint128_t.h | 297 +++++++++++++++++++++ .../testsuite/20_util/to_chars/long_double.cc | 1 - 7 files changed, 352 insertions(+), 42 deletions(-) create mode 100644 libstdc++-v3/src/c++17/ryu/LOCAL_PATCHES create mode 100644 libstdc++-v3/src/c++17/uint128_t.h