]> gcc.gnu.org Git - gcc.git/commit
analyzer: fix build with --enable-checking=release
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 22 Jan 2020 20:43:08 +0000 (15:43 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 23 Jan 2020 01:57:11 +0000 (20:57 -0500)
commitc9c8aef474f4030e9d11d7fb81ad77de2eb5bf3b
treeb72de154671ef24270d07699bb01cdd1d589cd1e
parent41fe06f89f96c5f9599855a2778c8a3dd7efe22d
analyzer: fix build with --enable-checking=release

When adding namespaces to the analyzer in
r10-6151-g75038aa6aa5b562e6358108619d66ef2ccab9a53
I messed up the nesting of the #endif for #if CHECKING_P
and the closing of namespace ana.

This patch fixes it.

gcc/analyzer/ChangeLog:
* sm-signal.cc: Fix nesting of CHECKING_P and namespace ana.
gcc/analyzer/ChangeLog
gcc/analyzer/sm-signal.cc
This page took 0.056533 seconds and 5 git commands to generate.