https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96374
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by David Malcolm <dmalc...@gcc.gnu.org>: https://gcc.gnu.org/g:f2f639c4a781016ad146d44f463714fe4295cb6e commit r11-7028-gf2f639c4a781016ad146d44f463714fe4295cb6e Author: David Malcolm <dmalc...@redhat.com> Date: Mon Feb 1 21:52:41 2021 -0500 analyzer: add more feasibility test cases [PR93355,PR96374] This patch adds a couple more reduced test cases derived from the integration test for PR analyzer/93355. In both cases, the analyzer falsely rejects the buggy code paths as being infeasible due to PR analyzer/96374, and so the tests are marked as XFAIL for now. gcc/testsuite/ChangeLog: PR analyzer/93355 PR analyzer/96374 * gcc.dg/analyzer/pr93355-localealias-feasibility-2.c: New test. * gcc.dg/analyzer/pr93355-localealias-feasibility-3.c: New test.