This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3b4d5b340a8 ada: Compiler goes into loop new 014879ea4c8 libstdc++: Optimize std::is_pointer compilation performance new 13a07c1420b libstdc++: Optimize std::add_lvalue_reference compilation p [...] new 3f3eb16743a libstdc++: Optimize std::add_rvalue_reference compilation p [...] new 7fed7e9bbc5 c++: ICE w/ ambig and non-strictly-viable cands [PR115239] new 83a76576851 [APX CCMP] Add targetm.have_ccmp hook [PR115370]
The 5 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: gcc/cfgexpand.cc | 2 +- gcc/config/i386/i386.cc | 9 +++++ gcc/cp/call.cc | 3 +- gcc/doc/tm.texi | 7 ++++ gcc/doc/tm.texi.in | 2 ++ gcc/expr.cc | 2 +- gcc/target.def | 10 ++++++ gcc/targhooks.cc | 6 ++++ gcc/targhooks.h | 1 + gcc/testsuite/g++.dg/overload/error7.C | 10 ++++++ libstdc++-v3/include/bits/cpp_type_traits.h | 8 +++++ libstdc++-v3/include/std/type_traits | 54 ++++++++++++++++++++++++----- 12 files changed, 103 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/overload/error7.C