No functional change intended.

Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu.
Pushed to trunk as r16-1635-ge6406aefd1a25b.

gcc/analyzer/ChangeLog:
        * region-model.cc
        (exception_thrown_from_unrecognized_call::print): Add
        "final override" to vfunc.
---
 gcc/analyzer/region-model.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/analyzer/region-model.cc b/gcc/analyzer/region-model.cc
index d1c7e8cd53e..bc44d3da44b 100644
--- a/gcc/analyzer/region-model.cc
+++ b/gcc/analyzer/region-model.cc
@@ -2090,7 +2090,7 @@ public:
   {
   }
 
-  void print (pretty_printer *pp) const
+  void print (pretty_printer *pp) const final override
   {
     if (m_fndecl)
       pp_printf (pp, "if %qD throws an exception...", m_fndecl);
-- 
2.49.0

Reply via email to