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-g32077b69. 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.
Showing
gcc/testsuite/g++.dg/analyzer/analyzer.exp
0 → 100644
gcc/testsuite/g++.dg/analyzer/malloc.C
0 → 100644
gcc/testsuite/g++.dg/analyzer/pr93212.C
0 → 100644
Please
register
or
sign in
to comment