Re: More weakref fixes

2014-11-25 Thread H.J. Lu
On Fri, Aug 30, 2013 at 8:54 AM, Jan Hubicka wrote: > Hi, > this patch fixes gcc.dg/tree-ssa/attr-alias.c on x86-64 target. > The problem here is that we attempt to create local alias since we consider > weakref > of test() to be overwritable and at the same time available. > The change in cgraph

More weakref fixes

2013-08-30 Thread Jan Hubicka
Hi, this patch fixes gcc.dg/tree-ssa/attr-alias.c on x86-64 target. The problem here is that we attempt to create local alias since we consider weakref of test() to be overwritable and at the same time available. The change in cgraph_function_body_availability makes weakref to properly inherit av