aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/rtti.c')
-rw-r--r--gcc/cp/rtti.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c
index dc59249031c..77877a6a295 100644
--- a/gcc/cp/rtti.c
+++ b/gcc/cp/rtti.c
@@ -355,7 +355,6 @@ get_tinfo_decl (tree type)
TREE_STATIC (d) = 1;
DECL_EXTERNAL (d) = 1;
DECL_TINFO_P (d) = 1;
- DECL_COMDAT (d) = 1;
TREE_PUBLIC (d) = 1;
SET_DECL_ASSEMBLER_NAME (d, name);
/* Remember the type it is for. */