diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 3bd364b..e19b0a2 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -974,6 +974,8 @@ analyze_functions (void) node != first_analyzed && node != first_analyzed_var; node = node->next) { + /* Convert COMDAT group designators to IDENTIFIER_NODEs. */ + node->get_comdat_group_id (); if (decide_is_symbol_needed (node)) { enqueue_node (node); |