This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 099a66498bf c++ modules: variable template partial spec fixes [PR107033] new be4b32b9ef6 c++: Instantiate less when evaluating __is_convertible
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 | 23 ++++++++++++++-------- gcc/testsuite/g++.dg/ext/is_convertible3.C | 9 +++++++++ gcc/testsuite/g++.dg/ext/is_nothrow_convertible3.C | 9 +++++++++ 3 files changed, 33 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/is_convertible3.C create mode 100644 gcc/testsuite/g++.dg/ext/is_nothrow_convertible3.C