This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ea101a01ea9 * encoding.c (DFmode): #undef before #define. new 02daf5d2ca0 PR c++/89576 - if constexpr of lambda capture. new aa49bda0083 PR c++/87148 * init.c (build_value_init_noctor): Ignore f [...]
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 | 13 +++++++++++++ gcc/cp/init.c | 9 +++++++++ gcc/cp/semantics.c | 4 ++-- gcc/cp/typeck.c | 9 ++++----- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if15.C | 2 +- gcc/testsuite/g++.dg/cpp1z/constexpr-if28.C | 11 +++++++++++ gcc/testsuite/g++.dg/ext/flexary34.C | 10 ++++++++++ 8 files changed, 55 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if28.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary34.C