This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 614e5696d73 libstdc++: Adjust deduction guides for static operator() [P [...] new 3f7eea4411e c++: Make __is_{,nothrow_}convertible SFINAE on access [PR107049]
The 1 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/cp/method.cc | 1 + gcc/testsuite/g++.dg/ext/is_convertible4.C | 33 ++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/is_nothrow_convertible4.C | 33 ++++++++++++++++++++++ .../20_util/is_convertible/requirements/access.cc | 18 ++++++++++++ 4 files changed, 85 insertions(+) create mode 100644 gcc/testsuite/g++.dg/ext/is_convertible4.C create mode 100644 gcc/testsuite/g++.dg/ext/is_nothrow_convertible4.C create mode 100644 libstdc++-v3/testsuite/20_util/is_convertible/requirements/access.cc