This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 171aef2974d i386: Add missing part from my previous commit. new 339246fb9ef c++: use diagnostic nesting [PR116253]
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.cc | 69 ++++++++------- gcc/cp/constraint.cc | 5 ++ gcc/cp/error.cc | 99 ++++++++++++++++++---- .../concepts/nested-diagnostics-1-truncated.C | 41 +++++++++ .../g++.dg/concepts/nested-diagnostics-1.C | 51 +++++++++++ .../g++.dg/concepts/nested-diagnostics-2.C | 37 ++++++++ 6 files changed, 257 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/nested-diagnostics-1-truncated.C create mode 100644 gcc/testsuite/g++.dg/concepts/nested-diagnostics-1.C create mode 100644 gcc/testsuite/g++.dg/concepts/nested-diagnostics-2.C