This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 012d9d005ab backport "[tail-merge] Don't merge bbs with bb_has_abnormal_pred" new 46b0a11d76e PR c++/84854 * semantics.c (finish_if_stmt_cond): Check i [...] new a38985617fc PR c++/84927 * constexpr.c (cxx_eval_bare_aggregate): Upd [...]
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/cp/ChangeLog | 17 +++++++++++++++++ gcc/cp/constexpr.c | 13 +++++++------ gcc/cp/semantics.c | 5 ++++- gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr9.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if13.C | 11 +++++++++++ 5 files changed, 53 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr9.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if13.C