This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e9058aa7765 PR c++/92150 - partial specialization with class NTTP. new c8f3f9b1eea Implement D1907R1 "structural type". new a65d5ae024a Move string concatenation for C into the parser.
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/c/ChangeLog | 25 ++ gcc/c/c-parser.c | 274 ++++++++++++++++----- gcc/c/c-parser.h | 1 + gcc/c/gimple-parser.c | 9 +- gcc/cp/ChangeLog | 6 + gcc/cp/class.c | 9 +- gcc/cp/cp-tree.h | 1 + gcc/cp/pt.c | 18 +- gcc/cp/tree.c | 57 +++++ gcc/testsuite/ChangeLog | 7 + gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg2.C | 2 +- gcc/testsuite/gcc.dg/asm-wide-1.c | 18 +- gcc/testsuite/gcc.dg/diagnostic-token-ranges.c | 2 +- .../plugin/diagnostic-test-string-literals-1.c | 3 +- .../plugin/diagnostic-test-string-literals-2.c | 3 +- 15 files changed, 338 insertions(+), 97 deletions(-)