From 19f7c985a68c4dd9166f34db2b6d2488601a0cff Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 12 Dec 2019 15:43:36 -0500 Subject: [PATCH 066/113] FIXME: unrelated changes to jit/jit-logging.h --- gcc/jit/jit-logging.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/jit/jit-logging.h b/gcc/jit/jit-logging.h index ae5de863e94..267d30aa72a 100644 --- a/gcc/jit/jit-logging.h +++ b/gcc/jit/jit-logging.h @@ -48,6 +48,8 @@ class logger void exit_scope (const char *scope_name); private: + DISABLE_COPY_AND_ASSIGN (logger); + int m_refcount; FILE *m_f_out; int m_indent_level; @@ -65,6 +67,8 @@ public: ~log_scope (); private: + DISABLE_COPY_AND_ASSIGN (log_scope); + logger *m_logger; const char *m_name; }; @@ -134,6 +138,8 @@ class log_user void exit_scope (const char *scope_name); private: + DISABLE_COPY_AND_ASSIGN (log_user); + logger *m_logger; }; -- 2.21.0