This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6f346913f2a8 c++: Avoid ICE when constant evaluation of __builtin_strch [...] new c91072247eb0 Fix "PR c++/92804 ICE trying to use concept as a nested-na [...]
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/ChangeLog | 6 ++++++ gcc/cp/parser.c | 23 +++++++++++++++++------ gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/g++.dg/concepts/pr92804-1.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/concepts/pr92804-2.C | 19 +++++++++++++++++++ 5 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr92804-1.C create mode 100644 gcc/testsuite/g++.dg/concepts/pr92804-2.C