This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 35b2be219fc VEC_COND_EXPR code cleanup new 5f8aed72e76 c++: Refine enum direct-list-initialization [CWG2374] new 87fc34a461c c++: Fix pretty printing pointer to function type [PR98767]
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/cxx-pretty-print.c | 47 +++++++++++++++----------- gcc/cp/decl.c | 8 ++++- gcc/testsuite/g++.dg/concepts/diagnostic17.C | 17 ++++++++++ gcc/testsuite/g++.dg/cpp1z/direct-enum-init2.C | 8 +++++ 4 files changed, 60 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/diagnostic17.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/direct-enum-init2.C