This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 13ec6724cd5 Darwin: Fix bootstrap break from libsanitizer changes. new 30da2906ac5 c++: Parenthesized-init of aggregates accepts invalid code [...] new 4f6c1ca287d c++: Missing SFINAE with inaccessible static data member [PR90880]
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/ChangeLog | 20 ++++++++++++++++++++ gcc/cp/cp-tree.h | 2 +- gcc/cp/parser.c | 3 ++- gcc/cp/pt.c | 5 +++-- gcc/cp/semantics.c | 18 +++++++++++------- gcc/cp/typeck2.c | 6 +++++- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/cpp2a/paren-init26.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/template/sfinae29.C | 25 +++++++++++++++++++++++++ 9 files changed, 91 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init26.C create mode 100644 gcc/testsuite/g++.dg/template/sfinae29.C