This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b0acc4b800 Remove forgotten early return in ipa_value_range_from_jfunc new b8018e5c5ec libstdc++: Make std::pointer_traits SFINAE-friendly [PR96416] new 9664c465456 libstdc++: Remove dg-error that no longer happens
The 2 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 | 161 +++++++++++++++------ .../testsuite/20_util/pointer_traits/lwg3545.cc | 120 +++++++++++++++ libstdc++-v3/testsuite/20_util/to_address/1_neg.cc | 2 +- .../testsuite/20_util/to_address/lwg3545.cc | 12 ++ .../tuple/comparison_operators/overloaded2.cc | 1 - 5 files changed, 248 insertions(+), 48 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