This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ffb6710c4e8 Fix memory leaks in sbitmap.c selftests new eef6ce6ac9e Add more test coverage to selftest::test_location_wrappers new c9d7561961c -Warray-bounds: Fix false positive in some "switch" stmts ( [...]
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 | 31 +++++ gcc/domwalk.c | 49 +++++--- gcc/domwalk.h | 42 +++++-- gcc/graphite-scop-detection.c | 2 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.c-torture/compile/pr83510.c | 172 ++++++++++++++++++++++++++ gcc/tree-ssa-dom.c | 2 +- gcc/tree-ssa-sccvn.c | 2 +- gcc/tree-vrp.c | 21 +++- gcc/tree.c | 10 ++ 10 files changed, 305 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr83510.c