This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8b744dc PR c++/79535 * cp-tree.h (maybe_reject_flexarray_init): Dec [...] new fc71eea PR c++/41727 - ICE with partial spec of partial instantiation new 46b926f PR c++/50308 - wrong deprecated warning with ADL
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 | 11 +++++++++++ gcc/cp/pt.c | 3 +++ gcc/cp/semantics.c | 10 +++++++++- gcc/testsuite/c-c++-common/pr69558.c | 2 +- .../g++.dg/template/partial-specialization5.C | 22 ++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/deprecated-12.C | 20 ++++++++++++++++++++ 6 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization5.C create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-12.C