This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c073f18b916 PR fortran/85313 * openmp.c (resolve_omp_do): Remove bogu [...] new 8cbbb14ac20 * parser.c (cp_parser_check_template_parameters): Improve [...] new 91241074467 PR c++/85285 - ICE with flexible array after substitution. new 226591999c0 PR debug/65821 - wrong location for main(). new 12577f720ae PR c++/85312 - P0962 cleanup * parser.c (cp_parser_perfor [...]
The 4 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 | 17 +++++++++++++++++ gcc/cp/call.c | 20 ++++++++++++++++++++ gcc/cp/parser.c | 17 ++++------------- gcc/cp/pt.c | 8 ++++++++ gcc/cp/tree.c | 17 +---------------- gcc/testsuite/g++.dg/debug/dwarf2/default-arg1.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/ext/flexary30.C | 8 ++++++++ 7 files changed, 72 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/default-arg1.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary30.C