Re: [PATCH, Pointer Bounds Checker 21/x] Weakrefs output

2014-06-04 Thread Jeff Law
On 06/02/14 09:22, Ilya Enkovich wrote: Hi, This patch prevents output of both instrumented and not instrumented weakref variants. Thanks, Ilya -- gcc/ 2014-06-02 Ilya Enkovich * cgraphunit.c (output_weakrefs): If there are both instrumented and original versions, output o

Re: [PATCH, Pointer Bounds Checker 21/x] Weakrefs output

2014-06-03 Thread Ilya Enkovich
2014-06-03 13:02 GMT+04:00 Richard Biener : > On Mon, Jun 2, 2014 at 5:22 PM, Ilya Enkovich wrote: >> Hi, >> >> This patch prevents output of both instrumented and not instrumented weakref >> variants. > > Shouldn't one of them be reclaimed instead at some point? Actually both version may be use

Re: [PATCH, Pointer Bounds Checker 21/x] Weakrefs output

2014-06-03 Thread Richard Biener
On Mon, Jun 2, 2014 at 5:22 PM, Ilya Enkovich wrote: > Hi, > > This patch prevents output of both instrumented and not instrumented weakref > variants. Shouldn't one of them be reclaimed instead at some point? Richard. > Thanks, > Ilya > -- > gcc/ > > 2014-06-02 Ilya Enkovich > > *

[PATCH, Pointer Bounds Checker 21/x] Weakrefs output

2014-06-02 Thread Ilya Enkovich
Hi, This patch prevents output of both instrumented and not instrumented weakref variants. Thanks, Ilya -- gcc/ 2014-06-02 Ilya Enkovich * cgraphunit.c (output_weakrefs): If there are both instrumented and original versions, output only one of them. diff --git a/gc