Re: %destructor invocation

2014-10-04 Thread Bob Rossi
On Fri, Oct 03, 2014 at 10:18:18PM -0400, Bob Rossi wrote: > Hi, > > I'm trying to get 100% coverage on my bison grammar actions using gcov. > > I noticed i'm having difficulty getting the %destructor actions to be > called, which made me realize that perhaps I've got more of them than > are nece

%destructor invocation

2014-10-03 Thread Bob Rossi
Hi, I'm trying to get 100% coverage on my bison grammar actions using gcov. I noticed i'm having difficulty getting the %destructor actions to be called, which made me realize that perhaps I've got more of them than are necessary. (ie. Bison will never invoke them). According to the manual, a Bi