This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 45efdda3ff6 ada: Add "gnat --help-ada" text for new switches. new 3b7cb33033f libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizer new 151bad41021 libstdc++: Require tzdb support for chrono::zoned_time prin [...] new bf904527ab6 libstdc++: Add assertion to debug_allocator test new 0d76fb1582c libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex> new 5baabdb15d0 libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint> new ac3a5bbc629 libstdc++: Stop using TR1 macros in <cctype> and <cfenv>
The 6 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/acinclude.m4 | 227 +++++++++++++- libstdc++-v3/config.h.in | 25 ++ libstdc++-v3/configure | 348 ++++++++++++++++++++- libstdc++-v3/doc/doxygen/user.cfg.in | 4 + libstdc++-v3/include/bits/chrono.h | 2 +- libstdc++-v3/include/c_compatibility/fenv.h | 4 +- libstdc++-v3/include/c_compatibility/inttypes.h | 6 +- libstdc++-v3/include/c_compatibility/stdatomic.h | 4 +- libstdc++-v3/include/c_compatibility/stdint.h | 4 +- libstdc++-v3/include/c_global/cctype | 4 +- libstdc++-v3/include/c_global/cfenv | 4 +- libstdc++-v3/include/c_global/cinttypes | 6 +- libstdc++-v3/include/c_global/cstdint | 6 +- libstdc++-v3/include/std/atomic | 2 +- libstdc++-v3/include/std/complex | 14 +- libstdc++-v3/src/c++11/cow-stdexcept.cc | 4 +- .../29_atomics/headers/stdatomic.h/c_compat.cc | 2 +- .../ext/debug_allocator/check_deallocate_null.cc | 3 +- libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +- .../testsuite/libstdc++-prettyprinters/chrono.cc | 3 +- 20 files changed, 638 insertions(+), 36 deletions(-)