https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69866
--- Comment #4 from acrsofter at gmail dot com ---
someone here can deal with it?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69866
--- Comment #3 from acrsofter at gmail dot com ---
reproduce steps:
[foo.c]
int _umh(int i)
{
return i+1;
}
int weaks(int i) __attribute__((weak, alias("_umh")));
int main()
{
return weaks(10);
}
[bar.c]
int weaks(int i)
{
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: acrsofter at gmail dot com
Target Milestone: ---
lto1: internal compiler error: in add_symbol_to_partition_1, at
lto/lto-partition.c:158
0x58b14d