This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from f2255d28538 d: fix ASAN in option processing new 8d3391d6479 libstdc++: Make std::pointer_traits SFINAE-friendly [PR96416] new 806aaf0d422 libstdc++: Fix dg-do directive for tests supposed to be run new a27fa22ff1b libstdc++: Ensure dg-add-options comes after dg-options
The 3 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/ptr_traits.h | 60 +++++++------- .../testsuite/20_util/pointer_traits/lwg3545.cc | 96 ++++++++++++++++++++++ libstdc++-v3/testsuite/20_util/to_address/1_neg.cc | 2 +- .../testsuite/20_util/to_address/lwg3545.cc | 37 +++++++++ .../unordered_map/modifiers/move_assign.cc | 2 +- .../extractors_character/wchar_t/lwg2499.cc | 2 +- .../testsuite/29_atomics/atomic_float/1.cc | 2 +- 7 files changed, 169 insertions(+), 32 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pointer_traits/lwg3545.cc create mode 100644 libstdc++-v3/testsuite/20_util/to_address/lwg3545.cc