This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06ff63b libstdc++/69703 ignore endianness in codecvt_utf8 new d198067 PR c++/68206 - Fix constexpr diagnostics with loops. new cf03ba1 Improve constexpr handling of other loop forms. new f60f68f DR 2137 - copy-constructor rank in list-initialization
The 3 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/call.c | 19 +++++++++++++++- gcc/cp/constexpr.c | 33 ++++++++++++++++++++++++---- gcc/testsuite/g++.dg/DRs/dr2137-1.C | 20 +++++++++++++++++ gcc/testsuite/g++.dg/DRs/dr2137-2.C | 21 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-loop5.C | 19 ++++++++++++++++ 6 files changed, 122 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/DRs/dr2137-1.C create mode 100644 gcc/testsuite/g++.dg/DRs/dr2137-2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop5.C