This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a481021a65 d: Fix junk in generated symbol on powerpc64-*-* [PR98921] new f2f639c4a78 analyzer: add more feasibility test cases [PR93355,PR96374] new 8a2750086d5 analyzer: directly explore within static functions [PR93355 [...]
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/analyzer/engine.cc | 68 +++++----------------- gcc/testsuite/gcc.dg/analyzer/conditionals-3.c | 8 +-- gcc/testsuite/gcc.dg/analyzer/data-model-1.c | 4 +- gcc/testsuite/gcc.dg/analyzer/feasibility-1.c | 26 +++++++++ gcc/testsuite/gcc.dg/analyzer/params.c | 4 +- .../analyzer/pr93355-localealias-feasibility-2.c | 31 ++++++++++ ...ility.c => pr93355-localealias-feasibility-3.c} | 35 ++++------- gcc/testsuite/gcc.dg/analyzer/pr96651-2.c | 4 +- gcc/testsuite/gcc.dg/analyzer/signal-4b.c | 18 +++--- gcc/testsuite/gcc.dg/analyzer/single-field.c | 8 +-- .../gcc.dg/analyzer/torture/conditionals-2.c | 8 +-- 11 files changed, 110 insertions(+), 104 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr93355-localealias-feasibility-2.c copy gcc/testsuite/gcc.dg/analyzer/{pr93355-localealias-feasibility.c => pr93355-l [...]