This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 85cefbc66e7 Fix 22_locale/locale/cons/12658_thread-2.cc on hppa. new 9d63ce7c4c0 libstdc++: Harmonize <version> and other headers new 6f0d67b9129 libstdc++: Add a test for <version> FTM redefinitions new bff26ac1627 libstdc++: Downgrade DEBUG to ASSERTIONS when !HOSTED new 3bfd0420e4a libstdc++: Fix some freestanding test failures
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/include/bits/c++config | 7 ++ libstdc++-v3/include/bits/ptr_traits.h | 11 ++- libstdc++-v3/include/bits/unique_ptr.h | 11 ++- libstdc++-v3/include/precompiled/stdc++.h | 1 - libstdc++-v3/include/std/memory | 6 ++ libstdc++-v3/include/std/version | 90 ++++++++++++---------- libstdc++-v3/testsuite/17_intro/versionconflict.cc | 7 ++ libstdc++-v3/testsuite/18_support/96817.cc | 1 + .../testsuite/18_support/bad_exception/59392.cc | 1 + .../testsuite/20_util/scoped_allocator/108952.cc | 1 + .../testsuite/20_util/uses_allocator/lwg3527.cc | 1 + .../atomic/operators/pointer_partial_void.cc | 1 + libstdc++-v3/testsuite/lib/libstdc++.exp | 1 + 13 files changed, 89 insertions(+), 50 deletions(-) create mode 100644 libstdc++-v3/testsuite/17_intro/versionconflict.cc