Re: [CIL users] Problems with gotos inserted by CIL

2009-08-06 Thread Elnatan Reisner
My previous patch didn't work with GCC's locally declared labels. This one does, as far as I can tell. -Elnatan labels.patch Description: Binary data On Aug 5, 2009, at 5:55 PM, Elnatan Reisner wrote: I have a patch for this, but I'm not sure of the right way to offer it. I'm attaching a

Re: [CIL users] Problems with gotos inserted by CIL

2009-08-05 Thread Elnatan Reisner
I have a patch for this, but I'm not sure of the right way to offer it. I'm attaching a file that I hope gets the point across. This enters all the label names within a function body into alphaTable at the beginning of processing a function definition. Aside from fixing the problem I mentioned, th