This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fbe79a84160 PR c++/87372 - __func__ constexpr evaluation. * constexpr [...] new 8a2a79c4c86 Document that attribute noreturn inhibits tail call optimization new d443f534d70 * gimple-ssa-evrp.c (evrp_dom_walker::cleanup): Call vr_v [...]
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 | 27 ++++++++++++++++++ gcc/doc/extend.texi | 3 ++ gcc/gimple-ssa-evrp.c | 2 ++ gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.dg/tree-ssa/vrp113.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/vrp120.c | 5 ++++ gcc/tree-vrp.c | 51 +--------------------------------- gcc/tree-vrp.h | 9 ------ gcc/vr-values.c | 49 ++++++++++++++++++++++++++++++++ gcc/vr-values.h | 16 +++++++++++ 10 files changed, 109 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp120.c