This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1c4a7881c49 analyzer: move more impl_* to known_function new a7aef0a5a2b analyzer: fix feasibility false +ve on jumps through functi [...]
The 1 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 | 14 +++++-- gcc/testsuite/gcc.dg/analyzer/feasibility-4.c | 42 +++++++++++++++++++++ .../gcc.dg/analyzer/feasibility-pr107582-1.c | 43 ++++++++++++++++++++++ .../gcc.dg/analyzer/feasibility-pr107582-2.c | 34 +++++++++++++++++ 4 files changed, 129 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-4.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-pr107582-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-pr107582-2.c