[Bug analyzer/93288] ICE in supergraph.cc:180

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 12 02:01:00 GMT 2020


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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by David Malcolm <dmalcolm@gcc.gnu.org>:

https://gcc.gnu.org/g:35e24106fc1b782e70f8339e0a1321a2bc7a7f15

commit r10-6588-g35e24106fc1b782e70f8339e0a1321a2bc7a7f15
Author: David Malcolm <dmalcolm@redhat.com>
Date:   Thu Nov 21 12:30:45 2019 -0500

    analyzer: g++ testsuite support

    PR analyzer/93288 reports a C++-specific ICE with -fanalyzer.

    This patch creates the beginnings of a C++ test suite for the analyzer,
    so that there's a place to put test coverage for the fix.
    It adds a regression test for PR analyzer/93212, an ICE fixed
    in r10-5970-g32077b693df8e3ed0424031a322df23822bf2f7e.

    gcc/testsuite/ChangeLog:
        PR analyzer/93212
        * g++.dg/analyzer/analyzer.exp: New subdirectory and .exp suite.
        * g++.dg/analyzer/malloc.C: New test.
        * g++.dg/analyzer/pr93212.C: New test.


More information about the Gcc-bugs mailing list