https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107158

--- Comment #3 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:ef878564140cbcf23f479da88e07e5a996cec6bb

commit r13-3096-gef878564140cbcf23f479da88e07e5a996cec6bb
Author: David Malcolm <dmalc...@redhat.com>
Date:   Wed Oct 5 14:07:47 2022 -0400

    analyzer: add regression test for PR 107158

    PR analyzer/107158 reports an ICE when using
      -fanalyzer -fanalyzer-call-summaries
    on a particular source file.

    It turns out I just fixed this ICE in r13-3094-g6832c95c0e1a58.

    This followup patch adds a somewhat reduced reproducer as a regression
    test.  Unfortunately, although the ICE is fixed, there are two false
    positives from -Wanalyzer-malloc-leak on the test case, so I'm going to
    use PR analyzer/107158 for tracking those false positives.

    gcc/testsuite/ChangeLog:
            PR analyzer/107158
            * gcc.dg/analyzer/call-summaries-pr107158.c: New test.

    Signed-off-by: David Malcolm <dmalc...@redhat.com>

Reply via email to