This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 067ebf84130 Update gcc fr.po, sv.po. new 64da1b761db c++: Delegating constructor in constexpr init [PR94772]
The 1 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 | 8 +++ gcc/cp/constexpr.c | 28 ++++++++- gcc/testsuite/ChangeLog | 7 +++ .../g++.dg/cpp1y/constexpr-tracking-const23.C | 21 +++++++ .../g++.dg/cpp1y/constexpr-tracking-const24.C | 26 +++++++++ .../g++.dg/cpp1y/constexpr-tracking-const25.C | 66 ++++++++++++++++++++++ 6 files changed, 155 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const23.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const24.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-tracking-const25.C