This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8bab7dce62e c++: Fix build with --enable-gather-detailed-mem-stats. new 9324f7a25c7 c++: Avoid considering some conversion ops [PR97600]
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/call.c | 18 +++++++++++++++++- gcc/testsuite/g++.dg/cpp2a/concepts-conv3.C | 25 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-conv3a.C | 17 +++++++++++++++++ 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-conv3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-conv3a.C