From: Jan Hubicka Date: Thu, 15 Jun 2017 18:45:47 +0000 (+0000) Subject: Revert accidental checkin. X-Git-Tag: upstream/12.2.0~38810 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a849280c70fb896a35dd006ffe1a37171eed81e;p=platform%2Fupstream%2Fgcc.git Revert accidental checkin. From-SVN: r249225 --- diff --git a/gcc/lto/lto-partition.c b/gcc/lto/lto-partition.c index 620deac..3600ab2 100644 --- a/gcc/lto/lto-partition.c +++ b/gcc/lto/lto-partition.c @@ -132,7 +132,7 @@ add_symbol_to_partition_1 (ltrans_partition part, symtab_node *node) /* Be sure that we never try to duplicate partitioned symbol or add external symbol. */ - gcc_assert ((c != SYMBOL_EXTERNAL || node->alias) + gcc_assert (c != SYMBOL_EXTERNAL && (c == SYMBOL_DUPLICATE || !symbol_partitioned_p (node))); part->symbols++;