projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1eed63
)
Revert accidental checkin.
author
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 15 Jun 2017 18:45:47 +0000
(18:45 +0000)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Thu, 15 Jun 2017 18:45:47 +0000
(18:45 +0000)
From-SVN: r249225
gcc/lto/lto-partition.c
patch
|
blob
|
history
diff --git
a/gcc/lto/lto-partition.c
b/gcc/lto/lto-partition.c
index 620deac090b7e718f05d3f37e6ef68e759de0008..3600ab23bd9157aad76751912306abd498acae92 100644
(file)
--- 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++;