Re: [PATCH] Fix small vtable verification bugs.

2013-12-06 Thread Jeff Law
On 12/06/13 12:30, Caroline Tice wrote: The attached patch fixes two small problems with the current vtable verification code: it makes the libvtv function decls globally visible, and it updates all uses of the verified vtable pointer with the verification results, rather than just the first u

[PATCH] Fix small vtable verification bugs.

2013-12-06 Thread Caroline Tice
The attached patch fixes two small problems with the current vtable verification code: it makes the libvtv function decls globally visible, and it updates all uses of the verified vtable pointer with the verification results, rather than just the first use. I have bootstrapped the compiler with