This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 874e20e PR middle-end/71732 * cselib.c (cselib_process_insn): Inval [...] new 0649098 * g++.dg/init/elide5.C: Don't use unsigned long for size_t. new 14869f2 PR c++/71972 - constexpr array self-modification new 21483ab PR c++/65970 - constexpr infinite loop
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/ChangeLog | 5 ++ gcc/c-family/c.opt | 4 ++ gcc/cp/ChangeLog | 11 ++++ gcc/cp/constexpr.c | 74 +++++++++++++++++---------- gcc/cp/cp-gimplify.c | 9 +--- gcc/doc/invoke.texi | 9 +++- gcc/testsuite/g++.dg/cpp1y/constexpr-array5.C | 13 +++++ gcc/testsuite/g++.dg/cpp1y/constexpr-loop6.C | 11 ++++ gcc/testsuite/g++.dg/init/elide5.C | 3 +- 9 files changed, 100 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array5.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop6.C