Commit cd282a6d by Jan Hubicka

Revert accidental checkin.

From-SVN: r207818
parent d737743f
...@@ -2660,6 +2660,7 @@ import_export_decl (tree decl) ...@@ -2660,6 +2660,7 @@ import_export_decl (tree decl)
comdat_p = (targetm.cxx.class_data_always_comdat () comdat_p = (targetm.cxx.class_data_always_comdat ()
|| (CLASSTYPE_KEY_METHOD (type) || (CLASSTYPE_KEY_METHOD (type)
&& DECL_DECLARED_INLINE_P (CLASSTYPE_KEY_METHOD (type)))); && DECL_DECLARED_INLINE_P (CLASSTYPE_KEY_METHOD (type))));
mark_needed (decl);
if (!flag_weak) if (!flag_weak)
{ {
comdat_p = false; comdat_p = false;
......
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