This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6187b750b67 PR tree-optimization/84982 * gimple-ssa-store-merging.c ( [...] new 009bee8c461 poly_span_traits fixes (PR 84811) new 8e1aae99cc9 PR tree-optimization/84960 * tree-cfg.c (remove_bb): Don' [...]
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 | 16 ++++++ gcc/poly-int.h | 72 ++++++++++++++++----------- gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/gcc.c-torture/compile/pr84960.c | 17 +++++++ gcc/testsuite/gcc.dg/torture/pr84811.c | 20 ++++++++ gcc/tree-cfg.c | 6 +++ 6 files changed, 112 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr84960.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr84811.c