From eae8e4741e77af8d8b496c86d74a4b7161e3ccc6 Mon Sep 17 00:00:00 2001
From: Seongbae Park <seongbae.park@gmail.com>
Date: Thu, 13 Sep 2007 18:25:33 +0000
Subject: [PATCH] common.opt (femit-class-debug-always): Turn off by default.

2007-09-13  Seongbae Park <seongbae.park@gmail.com>

	* common.opt (femit-class-debug-always): Turn off by default.

From-SVN: r128474
---
 gcc/ChangeLog  | 4 ++++
 gcc/common.opt | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index be124600231c..77ba518910b3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-13  Seongbae Park <seongbae.park@gmail.com>
+
+	* common.opt (femit-class-debug-always): Turn off by default.
+
 2007-09-13  Bernd Schmidt  <bernd.schmidt@analog.com>
 
 	* config/bfin/bfin.md (reload_outpdi, reload_inpdi): New patterns.
diff --git a/gcc/common.opt b/gcc/common.opt
index a2afcf277aec..909c57bf0ac0 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -456,7 +456,7 @@ Common Report Var(flag_eliminate_unused_debug_types) Init(1)
 Perform unused type elimination in debug info
 
 femit-class-debug-always
-Common Report Var(flag_emit_class_debug_always) Init(1)
+Common Report Var(flag_emit_class_debug_always) Init(0)
 Do not suppress C++ class debug information.
 
 fexceptions
-- 
GitLab