This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 33314b11ca2 arm: Improve documentation for effective target 'arm_softfloat' new 958d42abdf1 c++: missing SFINAE with pointer subtraction [PR78173] new 37b242a3fbd c++: name lookup API for modules new 97b56dece74 c++: Module lang hook overriding
The 3 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/cp-lang.c | 6 + gcc/cp/cp-objcp-common.c | 15 + gcc/cp/cp-objcp-common.h | 4 +- gcc/cp/cp-tree.h | 1 + gcc/cp/module.cc | 25 ++ gcc/cp/name-lookup.c | 411 +++++++++++++++++++++++++- gcc/cp/name-lookup.h | 27 ++ gcc/cp/typeck.c | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-pr78173.C | 9 + 9 files changed, 497 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr78173.C