Commit c9c8aef4 by David Malcolm

analyzer: fix build with --enable-checking=release

When adding namespaces to the analyzer in
r10-6151-g75038aa6
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.
parent 41fe06f8
2020-01-22 David Malcolm <dmalcolm@redhat.com> 2020-01-22 David Malcolm <dmalcolm@redhat.com>
* sm-signal.cc: Fix nesting of CHECKING_P and namespace ana.
2020-01-22 David Malcolm <dmalcolm@redhat.com>
PR analyzer/93378 PR analyzer/93378
* engine.cc (setjmp_svalue::compare_fields): Update for * engine.cc (setjmp_svalue::compare_fields): Update for
replacement of m_enode with m_setjmp_record. replacement of m_enode with m_setjmp_record.
......
...@@ -369,7 +369,8 @@ analyzer_sm_signal_cc_tests () ...@@ -369,7 +369,8 @@ analyzer_sm_signal_cc_tests ()
} // namespace selftest } // namespace selftest
#endif /* CHECKING_P */
} // namespace ana } // namespace ana
#endif /* CHECKING_P */
#endif /* #if ENABLE_ANALYZER */ #endif /* #if ENABLE_ANALYZER */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment