This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f4411853eb1 Daily bump. new d0782a7e623 PR c++/89652 * constexpr.c (struct constexpr_ctx): Change [...] new c17b0b28221 PR c++/89512 * semantics.c (finish_qualified_id_expr): Re [...]
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 | 15 ++++++++++++ gcc/cp/constexpr.c | 30 +++++++++++++---------- gcc/cp/semantics.c | 8 +++++++ gcc/testsuite/ChangeLog | 8 +++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-89652.C | 36 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/var-templ61.C | 20 ++++++++++++++++ 6 files changed, 104 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89652.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ61.C