This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from ae1970d1611 Daily bump. new da76d98f1d5 c++: Fix verify_ctor_sanity ICE [PR96241] new 2275ef9db72 Daily bump.
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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 10 ++++++ gcc/cp/constexpr.c | 11 +++++-- gcc/testsuite/ChangeLog | 9 ++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-96241.C | 18 +++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-96241.C | 47 ++++++++++++++++++++++++++++ 6 files changed, 94 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-96241.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-96241.C