About this line of my patch for aliases:
DECL_WEAK (tm_alias) = DECL_WEAK (alias->decl);
You can reproduce it with the same testcase, looking at these symbols:
.weak _ZNSt14_List_iteratorIN4Game12BuildProjectEEC1EPSt15_List_node_base
.globl
_ZGTtNSt14_List_iteratorIN4Game12BuildProjectEEC1EPSt15_List_node_base
The clone version should be also weak.
Ping to this?
I know that is not causing a big problem but I think the clone should be
coherent with the original.
Should I fill another PR just for this? (even if obvious).
Patrick Marlier.