]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/multiple_target.c
PR fortran/95090 - ICE: identifier overflow
[thirdparty/gcc.git] / gcc / multiple_target.c
index cccfd2774db0ca92d16c76b51223270ae21634d3..c1cfe8ff978192b73c704a4f5a380f6392addf9a 100644 (file)
@@ -178,10 +178,6 @@ create_dispatcher_calls (struct cgraph_node *node)
   node->externally_visible = false;
   node->forced_by_abi = false;
   node->set_section (NULL);
-  node->unique_name = ((node->resolution == LDPR_PREVAILING_DEF_IRONLY
-                       || node->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP)
-                      && !flag_incremental_link);
-  node->resolution = LDPR_PREVAILING_DEF_IRONLY;
 
   DECL_ARTIFICIAL (node->decl) = 1;
   node->force_output = true;