This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a1fa104f2dd avr.opt.urls: Rebuild. new 4f5b7f1b738 c++: consolidate location printing in error.cc [PR116253] new 31c08879dcc c++: handle misspelled concepts and missing #include <concepts>
The 2 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/error.cc | 71 +- gcc/cp/name-lookup.cc | 3 + gcc/cp/parser.cc | 21 +- gcc/cp/std-name-hint.gperf | 33 + gcc/cp/std-name-hint.h | 2209 +++++++++++--------- gcc/testsuite/g++.dg/concepts/missing-header.C | 6 + gcc/testsuite/g++.dg/concepts/misspelled-concept.C | 7 + 7 files changed, 1256 insertions(+), 1094 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/missing-header.C create mode 100644 gcc/testsuite/g++.dg/concepts/misspelled-concept.C