Re: Fix comdat unsharing

2011-06-16 Thread H.J. Lu
On Tue, Jun 14, 2011 at 7:27 AM, Jan Hubicka wrote: > Hi, > cgraph_address_taken_from_non_vtable_p was written with asumption that all > references to functions > take addresses.  This is not true for aliases. > > Bootstrapped/regtested x86_64-linux, comitted. > > Honza > > Index: ChangeLog > ===

Fix comdat unsharing

2011-06-14 Thread Jan Hubicka
Hi, cgraph_address_taken_from_non_vtable_p was written with asumption that all references to functions take addresses. This is not true for aliases. Bootstrapped/regtested x86_64-linux, comitted. Honza Index: ChangeLog === --- Cha