This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2ab5c3d5457 c++: default ctor that's also a list ctor [PR102050] new e5d1af8a07a c++: Fix handling of decls with flexible array members init [...] new 30e02539320 c++: add parsing_function_declarator predicate
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/cp-tree.h | 1 + gcc/cp/name-lookup.c | 7 +-- gcc/cp/parser.c | 13 +++++- gcc/cp/typeck2.c | 15 ++++++- .../g++.dg/ext/{flexary13.C => flexary39.C} | 13 +++++- gcc/testsuite/g++.dg/ext/flexary40.C | 50 ++++++++++++++++++++++ gcc/varasm.c | 12 ++++-- 7 files changed, 99 insertions(+), 12 deletions(-) copy gcc/testsuite/g++.dg/ext/{flexary13.C => flexary39.C} (93%) create mode 100644 gcc/testsuite/g++.dg/ext/flexary40.C