This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 62bc3eb21f5 * regcprop.c (copyprop_hardreg_forward_1): Remove redundan [...] new 2c151736b99 optinfo-emit-json.cc: don't call get_fnname_from_decl (PR m [...] new ad6978a6724 PR c++/89785 * constexpr.c (struct check_for_return_conti [...]
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/ChangeLog | 6 ++ gcc/cp/ChangeLog | 9 +++ gcc/cp/constexpr.c | 99 +++++++++++++++++++++++++- gcc/optinfo-emit-json.cc | 3 +- gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/g++.dg/cpp1y/constexpr-89785-1.C | 36 ++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-89785-2.C | 36 ++++++++++ 7 files changed, 193 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89785-1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-89785-2.C