This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a25321ca06f libstdc++: Reimplement range adaptors [PR99433] new d6cc745cb87 PR middle-end/99883 - A couple of minor misspellings new ca4641a3b53 libstdc++: Address remaining to_chars/long_double.cc FAILs [...] new 559d2f1e0ea c++: Don't cache constexpr functions which are passed point [...]
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/c-family/c.opt | 2 +- gcc/cp/constexpr.c | 35 +++++++++++++++++ gcc/lto/lto-lang.c | 2 +- gcc/testsuite/g++.dg/cpp1y/constexpr-99859-1.C | 24 ++++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-99859-2.C | 12 ++++++ gcc/testsuite/g++.dg/cpp2a/constexpr-new18.C | 45 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/constexpr-new19.C | 43 +++++++++++++++++++++ .../testsuite/20_util/to_chars/long_double.cc | 18 ++++++++- 8 files changed, 178 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-99859-1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-99859-2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new18.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new19.C