This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr60336 in repository gcc.
discards 56a384a Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class adds efe6a40 * constexpr.c (cxx_eval_builtin_function_call): Use cp_fully [...] adds ee0e4f7 Relax trap assumptions in tree if convert. new 78bef85 Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (56a384a) \ N -- N -- N refs/heads/hjl/pr60336 (78bef85)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 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 | 14 ++ gcc/cp/ChangeLog | 5 + gcc/cp/constexpr.c | 14 +- gcc/cp/cp-gimplify.c | 20 +- gcc/targhooks.c | 6 +- gcc/testsuite/ChangeLog | 4 + .../g++.dg/delayedfold/builtin-constant1.C | 7 + .../g++.dg/delayedfold/builtin-constant2.C | 13 ++ gcc/testsuite/gcc.dg/tree-ssa/ifc-8.c | 17 ++ gcc/tree-if-conv.c | 241 ++++++++++----------- 10 files changed, 199 insertions(+), 142 deletions(-) create mode 100644 gcc/testsuite/g++.dg/delayedfold/builtin-constant1.C create mode 100644 gcc/testsuite/g++.dg/delayedfold/builtin-constant2.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ifc-8.c