This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f0c8f98613a PR bootstrap/80609 * ipa-inline.h (inline_summary): Add c [...] new 8e2a6a118cd PR tree-optimization/78496 * tree-vrp.c (simplify_cond_us [...] new e39ec7a347b call_summary to keep info about cgraph_edges
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 | 20 +++ gcc/symbol-summary.h | 214 +++++++++++++++++++++++++- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-15.c | 51 ++++++ gcc/tree-vrp.c | 47 +++++- 5 files changed, 327 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-15.c