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 use.
I have bootstrapped the compiler with this patch, both with and
without vtable verification enabled, and have run the regression
testsuites, both with and without vtable verification enabled, with no
regressions. I have only tested this on Linux.
Is this patch OK to commit?
-- Caroline Tice
[email protected]
gcc ChangeLog:
2013-12-06 Caroline Tice <[email protected]>
Submitting patch from Stephen Checkoway, [email protected]
* vtable-class-hierarchy.c (init_functions): Make the libvtv
function decls externally visible.
gcc/cp ChangeLog:
2013-12-06 Caroline Tice <[email protected]>
Submitting patch from Stephen Checkoway, [email protected]
* vtable-class-hierarchy.c (init_functions): Make the libvtv
function decls externally visible.
OK.
jeff